mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +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*). |
|
| | | *NULL*). |
|
||||||
+-------------------+---------------------+--------------------------------+
|
+-------------------+---------------------+--------------------------------+
|
||||||
| :attr:`%S` | PyObject\* | The result of calling |
|
| :attr:`%S` | PyObject\* | The result of calling |
|
||||||
| | | :func:`PyObject_Unicode`. |
|
| | | :func:`PyObject_Str`. |
|
||||||
+-------------------+---------------------+--------------------------------+
|
+-------------------+---------------------+--------------------------------+
|
||||||
| :attr:`%R` | PyObject\* | The result of calling |
|
| :attr:`%R` | PyObject\* | The result of calling |
|
||||||
| | | :func:`PyObject_Repr`. |
|
| | | :func:`PyObject_Repr`. |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue