mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -1864,7 +1864,7 @@ class LzmaTestsWithRandomBinaryFiles(AbstractTestsWithRandomBinaryFiles,
|
|||
compression = zipfile.ZIP_LZMA
|
||||
|
||||
|
||||
# Privide the tell() method but not seek()
|
||||
# Provide the tell() method but not seek()
|
||||
class Tellable:
|
||||
def __init__(self, fp):
|
||||
self.fp = fp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue