Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e866206

Browse files
committed
PyObject_Unicode -> PyObject_Str
1 parent 1014d42 commit e866206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ APIs:
291291
| | | *NULL*). |
292292
+-------------------+---------------------+--------------------------------+
293293
| :attr:`%S` | PyObject\* | The result of calling |
294-
| | | :func:`PyObject_Unicode`. |
294+
| | | :func:`PyObject_Str`. |
295295
+-------------------+---------------------+--------------------------------+
296296
| :attr:`%R` | PyObject\* | The result of calling |
297297
| | | :func:`PyObject_Repr`. |

0 commit comments

Comments
 (0)