[pypy-commit] cffi fix-typo: Fix a typo in using.rst

Hiroshi Hatake pypy.commits at gmail.com
Thu Jan 11 03:14:16 EST 2018


Author: Hiroshi Hatake <cosmo0920.oucc at gmail.com>
Branch: fix-typo
Changeset: r3065:74d85eb3df35
Date: 2018-01-10 16:02 +0900
http://bitbucket.org/cffi/cffi/changeset/74d85eb3df35/

Log:	Fix a typo in using.rst

	convertion → conversion

diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -28,7 +28,7 @@
 *New in version 1.11:* in addition to ``wchar_t``, the C types
 ``char16_t`` and ``char32_t`` work the same but with a known fixed size.
 In previous versions, this could be achieved using ``uint16_t`` and
-``int32_t`` but without automatic convertion to Python unicodes.
+``int32_t`` but without automatic conversion to Python unicodes.
 
 Pointers, structures and arrays are more complex: they don't have an
 obvious Python equivalent.  Thus, they correspond to objects of type


More information about the pypy-commit mailing list