diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
commit | 61063cca6abe36005f6e327358d533af8a56d33c (patch) | |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/c-api/arg.rst | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 (diff) | |
download | cpython-61063cca6abe36005f6e327358d533af8a56d33c.zip cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.bz2 |
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/c-api/arg.rst')
-rw-r--r-- | Doc/c-api/arg.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 2bcbbad..b28aa5f 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -264,7 +264,8 @@ Numbers Convert a Python byte, represented as a :class:`bytes` or :class:`bytearray` object of length 1, to a C :c:type:`char`. - .. versionchanged:: 3.3 Allow :class:`bytearray` objects + .. versionchanged:: 3.3 + Allow :class:`bytearray` objects. ``C`` (:class:`str` of length 1) [int] Convert a Python character, represented as a :class:`str` object of @@ -324,7 +325,7 @@ Other objects This accepts any valid Python value. See :ref:`truth` for more information about how Python tests values for truth. - .. versionchanged:: 3.3 + .. versionadded:: 3.3 ``(items)`` (:class:`tuple`) [*matching-items*] The object must be a Python sequence whose length is the number of format units |