From e8662063028a77ae89fc73c0d7721f9818a3d004 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 8 Mar 2009 23:51:13 +0000 Subject: [PATCH] PyObject_Unicode -> PyObject_Str --- Doc/c-api/unicode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index d928aae1f5..011a6cdb2c 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`. | -- 2.40.0