Kaydet (Commit) e8662063 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

PyObject_Unicode -> PyObject_Str

üst 1014d42d
...@@ -291,7 +291,7 @@ APIs: ...@@ -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`. |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment