diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-08 23:51:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-08 23:51:13 (GMT) |
commit | e8662063028a77ae89fc73c0d7721f9818a3d004 (patch) | |
tree | 3b44d8b6f6433820c15ad164f872e4413043168d /Doc | |
parent | 1014d42dd314844c12bddee0d075521da965c60a (diff) | |
download | cpython-e8662063028a77ae89fc73c0d7721f9818a3d004.zip cpython-e8662063028a77ae89fc73c0d7721f9818a3d004.tar.gz cpython-e8662063028a77ae89fc73c0d7721f9818a3d004.tar.bz2 |
PyObject_Unicode -> PyObject_Str
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index d928aae..011a6cd 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`. | |