summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-08 23:51:13 +0000
committerBenjamin Peterson <benjamin@python.org>2009-03-08 23:51:13 +0000
commite8662063028a77ae89fc73c0d7721f9818a3d004 (patch)
tree3b44d8b6f6433820c15ad164f872e4413043168d /Doc
parent1014d42dd314844c12bddee0d075521da965c60a (diff)
downloadcpython-git-e8662063028a77ae89fc73c0d7721f9818a3d004.tar.gz
PyObject_Unicode -> PyObject_Str
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/unicode.rst2
1 files changed, 1 insertions, 1 deletions
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`. |