Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r766:1b24516de2e1
Date: 2012-08-03 16:56 +0200
http://bitbucket.org/cffi/cffi/changeset/1b24516de2e1/

Log:    detail

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -838,7 +838,7 @@
 and restore the ``GetLastError()`` value, but to access it you need to
 declare and call the ``GetLastError()`` function as usual.
 
-``ffi.string(cdata, [maxlen])``: Return a Python string (or unicode
+``ffi.string(cdata, [maxlen])``: return a Python string (or unicode
 string) from the 'cdata'.
 
 - If 'cdata' is a pointer or array of characters or bytes, returns the
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to