PyObject_Unicode -> PyObject_Str
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 @@
    |                   |                     | *NULL*).                       |
    +-------------------+---------------------+--------------------------------+
    | :attr:`%S`        | PyObject\*          | The result of calling          |
-   |                   |                     | :func:`PyObject_Unicode`.      |
+   |                   |                     | :func:`PyObject_Str`.          |
    +-------------------+---------------------+--------------------------------+
    | :attr:`%R`        | PyObject\*          | The result of calling          |
    |                   |                     | :func:`PyObject_Repr`.         |