From: Benjamin Peterson Date: Sun, 8 Mar 2009 23:51:13 +0000 (+0000) Subject: PyObject_Unicode -> PyObject_Str X-Git-Tag: v3.1a2~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8662063028a77ae89fc73c0d7721f9818a3d004;p=thirdparty%2FPython%2Fcpython.git PyObject_Unicode -> PyObject_Str --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index d928aae1f5c5..011a6cdb2c75 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -291,7 +291,7 @@ APIs: | | | *NULL*). | +-------------------+---------------------+--------------------------------+ | :attr:`%S` | PyObject\* | The result of calling | - | | | :func:`PyObject_Unicode`. | + | | | :func:`PyObject_Str`. | +-------------------+---------------------+--------------------------------+ | :attr:`%R` | PyObject\* | The result of calling | | | | :func:`PyObject_Repr`. |