Thanks to visit codestin.com Credit goes to github.com
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 62666e1 commit f1a1af2Copy full SHA for f1a1af2
1 file changed
Lib/bz2.py
@@ -155,7 +155,7 @@ def _check_can_seek(self):
155
if not self.seekable():
156
self._check_not_closed()
157
raise io.UnsupportedOperation("Seeking is only supported "
158
- "on files opening for reading")
+ "on files open for reading")
159
160
# Fill the readahead buffer if it is empty. Returns False on EOF.
161
def _fill_buffer(self):
0 commit comments