We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1
1 parent 5773b1c commit 2322dc0Copy full SHA for 2322dc0
Doc/c-api/unicode.rst
@@ -77,13 +77,13 @@ access to internal read-only data of Unicode objects:
77
78
.. c:function:: int PyUnicode_Check(PyObject *obj)
79
80
- Return true if the object *obj* is a Unicode object or an instance of a Unicode
+ Return ``1``(Non Zero) if the object *obj* is a Unicode object or an instance of a Unicode
81
subtype. This function always succeeds.
82
83
84
.. c:function:: int PyUnicode_CheckExact(PyObject *obj)
85
86
- Return true if the object *obj* is a Unicode object, but not an instance of a
+ Return ``1``(Non Zero) if the object *obj* is a Unicode object, but not an instance of a
87
88
89
0 commit comments