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 3c46609 commit 15277b3Copy full SHA for 15277b3
Doc/c-api/bytes.rst
@@ -232,7 +232,7 @@ called with a non-bytes parameter.
232
.. c:function:: PyObject *PyBytes_Repr(PyObject *bytes, int smartquotes)
233
234
Get the string representation of *bytes*. This function is used to
235
- implement :meth:`bytes.__repr__` in Python.
+ implement :meth:`!bytes.__repr__` in Python.
236
237
If *smartquotes* is true, the representation will use a double-quoted string
238
instead of single-quoted string when single-quotes are present in *bytes*.
0 commit comments