summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Hatake <cosmo0920.oucc@gmail.com>2018-01-10 16:02:31 +0900
committerHiroshi Hatake <cosmo0920.oucc@gmail.com>2018-01-10 16:02:31 +0900
commit42b18b9d165d39196d8c296fb761d9ca5c147353 (patch)
tree1a6312e32f041e28b65da53abc619b25f10f2dd5
parentb03b01a341c14e9bb34eaaf065f2aa28a632c47a (diff)
downloadcffi-fix-typo.tar.gz
Fix a typo in using.rstfix-typo
convertion → conversion
-rw-r--r--doc/source/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using.rst b/doc/source/using.rst
index 65f49ff..9944efa 100644
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -28,7 +28,7 @@ unicode string to an integer, ``ord(x)`` does not work; use instead
*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