Author: Wim Lavrijsen <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit