diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-31 18:06:48 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-31 18:06:48 (GMT) |
commit | 28479d8c7df55584ceb23041122cfbeb6073294e (patch) | |
tree | 164c14c20706c7dad04b8bb5b3b353d28b8b0f5a /Doc/c-api/arg.rst | |
parent | 607bc3dd8221664550941b611d56b3455d473368 (diff) | |
parent | a479b7505e88947dd8eff82b6bff604636287893 (diff) | |
download | cpython-28479d8c7df55584ceb23041122cfbeb6073294e.zip cpython-28479d8c7df55584ceb23041122cfbeb6073294e.tar.gz cpython-28479d8c7df55584ceb23041122cfbeb6073294e.tar.bz2 |
Issue #20460: Merge with 3.3
Diffstat (limited to 'Doc/c-api/arg.rst')
-rw-r--r-- | Doc/c-api/arg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index ee38e18..bf13eed 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -515,7 +515,7 @@ Building values ``None`` is returned. ``y`` (:class:`bytes`) [char \*] - This converts a C string to a Python :func:`bytes` object. If the C + This converts a C string to a Python :class:`bytes` object. If the C string pointer is *NULL*, ``None`` is returned. ``y#`` (:class:`bytes`) [char \*, int] |