mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
PyObject_Unicode -> PyObject_Str
This commit is contained in:
parent
1014d42dd3
commit
e866206302
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue