Author: Armin Rigo <[email protected]> Branch: Changeset: r2362:775ead7b90d7 Date: 2015-10-24 12:18 +0200 http://bitbucket.org/cffi/cffi/changeset/775ead7b90d7/
Log: typo diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -253,7 +253,7 @@ Usually, the right thing to do is to call this method with True. Be aware (particularly on Python 2) that, afterwards, you need to pass unicode -strings as arguments instead of not byte strings. (Before cffi version 0.9, +strings as arguments instead of byte strings. (Before cffi version 0.9, ``TCHAR`` and friends where hard-coded as unicode, but ``UNICODE`` was, inconsistently, not defined by default.) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
