]> granicus.if.org Git - python/commitdiff
PyObject_Unicode -> PyObject_Str
authorBenjamin Peterson <benjamin@python.org>
Sun, 8 Mar 2009 23:51:13 +0000 (23:51 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 8 Mar 2009 23:51:13 +0000 (23:51 +0000)
Doc/c-api/unicode.rst

index d928aae1f5c517947bbf4bb637bb42c09070b04a..011a6cdb2c7507ce45c452d4055c08479a61b468 100644 (file)
@@ -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`.         |