Kaydet (Commit) f1a1af21 authored tarafından Nadeem Vawda's avatar Nadeem Vawda

Fix typo in bz2 module.

üst 62666e1d
......@@ -155,7 +155,7 @@ class BZ2File(io.BufferedIOBase):
if not self.seekable():
self._check_not_closed()
raise io.UnsupportedOperation("Seeking is only supported "
"on files opening for reading")
"on files open for reading")
# Fill the readahead buffer if it is empty. Returns False on EOF.
def _fill_buffer(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment