Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2717:a290f4a53c4d
Date: 2016-06-06 21:04 +0200
http://bitbucket.org/cffi/cffi/changeset/a290f4a53c4d/

Log:    english attempts

diff --git a/doc/source/ref.rst b/doc/source/ref.rst
--- a/doc/source/ref.rst
+++ b/doc/source/ref.rst
@@ -410,9 +410,9 @@
             lib.process_document(lib.my_callback,   # the callback
                                  h,                 # 'void *data'
                                  args...)
-            # 'h' stay alive until here, which means that the
+            # 'h' stays alive until here, which means that the
             # ffi.from_handle() done in my_callback() during
-            # the call to process_document() are safe
+            # the call to process_document() is safe
 
         def callback(self, arg1, arg2):
             ...
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to