diff --git a/Modules/_io/bytesio.c b/Modules/_io/bytesio.c index 930ef7e29dbcf6..f2dd4a7bcb9873 100644 --- a/Modules/_io/bytesio.c +++ b/Modules/_io/bytesio.c @@ -645,6 +645,7 @@ Seek to byte offset pos relative to position indicated by whence: 0 Start of stream (the default). pos should be >= 0; 1 Current position - pos may be negative; 2 End of stream - pos usually negative. + Returns the new absolute position. [clinic start generated code]*/