Skip to content

Commit 0f0e35f

Browse files
Update Include/internal/pycore_bytes_methods.h
Co-authored-by: Victor Stinner <[email protected]>
1 parent db3f68d commit 0f0e35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_bytes_methods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extern PyObject *_Py_bytes_endswith(const char *str, Py_ssize_t len,
4747
/* The maketrans() static method. */
4848
extern PyObject* _Py_bytes_maketrans(Py_buffer *frm, Py_buffer *to);
4949

50-
/* Helper for repr(). */
50+
/* Helper for repr(bytes) and repr(bytearray). */
5151
extern PyObject *_Py_bytes_repr(const char *, Py_ssize_t, int);
5252

5353
/* Shared __doc__ strings. */

0 commit comments

Comments
 (0)