Skip to content

Commit 4d2f2dd

Browse files
committed
Run clinic.py
1 parent 77e04d6 commit 4d2f2dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/_io/bytesio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Return an empty bytes object at EOF.
522522

523523
static PyObject *
524524
_io_BytesIO_peek_impl(bytesio *self, Py_ssize_t size)
525-
/*[clinic end generated code: output=fa4d8ce28b35db9b input=cb06614a3ed0496e]*/
525+
/*[clinic end generated code: output=fa4d8ce28b35db9b input=1510f0fcf77c0048]*/
526526
{
527527
CHECK_CLOSED(self);
528528

Modules/_io/clinic/bytesio.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)