Skip to content

Commit 58e57a4

Browse files
committed
Add "currently".
1 parent 915b79f commit 58e57a4

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
@@ -231,7 +231,7 @@ called with a non-bytes parameter.
231231
232232
.. c:function:: PyObject *PyBytes_Repr(PyObject *bytes, int smartquotes)
233233
234-
Get the string representation of *bytes*. This function is used to
234+
Get the string representation of *bytes*. This function is currently used to
235235
implement :meth:`!bytes.__repr__` in Python.
236236
237237
If *smartquotes* is true, the representation will use a double-quoted string

0 commit comments

Comments
 (0)