mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
PyObject_Unicode -> PyObject_Str
This commit is contained in:
parent
1014d42dd3
commit
e866206302
@ -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`. |
|
||||
|
Loading…
Reference in New Issue
Block a user