diff -r 7f649ff0756c Doc/c-api/arg.rst --- a/Doc/c-api/arg.rst Fri Jan 31 16:39:10 2014 +0100 +++ b/Doc/c-api/arg.rst Thu Jan 30 09:59:24 2014 +0900 @@ -515,7 +515,7 @@ ``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]