Skip to content

Commit 8f57a62

Browse files
authored
Add ' '
1 parent 3d05490 commit 8f57a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ APIs:
610610
.. c:function:: void PyUnicode_Append(PyObject **p_left, PyObject *right)
611611
612612
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).
613+
if *p_left* or *right* is ``NULL``, or if either is not a Unicode object).
614614
615615
616616
.. c:function:: const char* PyUnicode_GetDefaultEncoding(void)

0 commit comments

Comments
 (0)