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 parent 3d05490 commit 8f57a62Copy full SHA for 8f57a62
Doc/c-api/unicode.rst
@@ -610,7 +610,7 @@ APIs:
610
.. c:function:: void PyUnicode_Append(PyObject **p_left, PyObject *right)
611
612
Append the string *right* to the end of *p_left*. (In particular, a :exc:`SystemError`
613
- if *p_left* or *right* is NULL, or if either is not a Unicode object).
+ if *p_left* or *right* is ``NULL``, or if either is not a Unicode object).
614
615
616
.. c:function:: const char* PyUnicode_GetDefaultEncoding(void)
0 commit comments