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 915b79f commit 58e57a4Copy full SHA for 58e57a4
Doc/c-api/bytes.rst
@@ -231,7 +231,7 @@ called with a non-bytes parameter.
231
232
.. c:function:: PyObject *PyBytes_Repr(PyObject *bytes, int smartquotes)
233
234
- Get the string representation of *bytes*. This function is used to
+ Get the string representation of *bytes*. This function is currently used to
235
implement :meth:`!bytes.__repr__` in Python.
236
237
If *smartquotes* is true, the representation will use a double-quoted string
0 commit comments