PyObject_Unicode -> PyObject_Str

This commit is contained in:
Benjamin Peterson 2009-03-08 23:51:13 +00:00
parent 1014d42dd3
commit e866206302

View 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`. |