Skip to content

Commit

Permalink
Update comment to reflect correct class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 24, 2020
1 parent 651eeed commit 8ad959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipp.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def make(cls, source):
if not isinstance(source, zipfile.ZipFile):
return cls(_pathlib_compat(source))

# Only allow for FastPath when supplied zipfile is read-only
# Only allow for FastLookup when supplied zipfile is read-only
if 'r' not in source.mode:
cls = CompleteDirs

Expand Down

0 comments on commit 8ad959e

Please sign in to comment.