[pypy-commit] pypy cppyy-packaging: fix typo

wlav pypy.commits at gmail.com
Sun Jul 29 04:06:43 EDT 2018


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: cppyy-packaging
Changeset: r94923:3ef6ede5dc57
Date: 2018-07-28 17:48 -0700
http://bitbucket.org/pypy/pypy/changeset/3ef6ede5dc57/

Log:	fix typo

diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py
--- a/pypy/module/_cppyy/interp_cppyy.py
+++ b/pypy/module/_cppyy/interp_cppyy.py
@@ -848,7 +848,7 @@
                 method = self.master.overloads[name]
             else:
             # try to match with run-time instantiations
-                # TODO: logically, this could be used, but in practice, it's proving to
+                # TODO: logically, this could be used, but in practice, it's proving too
                 #  greedy ... maybe as a last resort?
                 #for cppol in self.master.overloads.values():
                 #    try:


More information about the pypy-commit mailing list