Skip to content

Commit 15277b3

Browse files
committed
Fix Sphinx warning.
1 parent 3c46609 commit 15277b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/bytes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ called with a non-bytes parameter.
232232
.. c:function:: PyObject *PyBytes_Repr(PyObject *bytes, int smartquotes)
233233
234234
Get the string representation of *bytes*. This function is used to
235-
implement :meth:`bytes.__repr__` in Python.
235+
implement :meth:`!bytes.__repr__` in Python.
236236
237237
If *smartquotes* is true, the representation will use a double-quoted string
238238
instead of single-quoted string when single-quotes are present in *bytes*.

0 commit comments

Comments
 (0)