Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: cpyext-nowrapper
Changeset: r92612:67d393c4cc8c
Date: 2017-10-05 16:26 +0200
http://bitbucket.org/pypy/pypy/changeset/67d393c4cc8c/

Log:    oops

diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -179,7 +179,7 @@
     pass
 CANNOT_FAIL = CannotFail()
 
-# The same function can be called in three different contexts:
+# The same function can be called in two different contexts:
 # (1) from C code
 # (2) from RPython code, for example in the implementation of another function
 #     or in tests.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to