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 9b714f2 commit abe4436Copy full SHA for abe4436
Modules/_io/fileio.c
@@ -726,7 +726,7 @@ _io.FileIO.readall
726
Read all data from the file, returned as bytes.
727
728
Reads until either there is an error or read() returns size 0 (indicates EOF).
729
-If the file is already at EOF returns empty bytes.
+If the file is already at EOF, returns an empty bytes object.
730
731
In non-blocking mode, returns as much data as could be read before EAGAIN. If no
732
data is available (EAGAIN is returned before bytes are read) returns None.
0 commit comments