Skip to content

Commit c3f4a6b

Browse files
authored
Fix typo in Lib/zipfile/_path/__init__.py (#118622)
1 parent 0085c3a commit c3f4a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/zipfile/_path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class Path:
262262
>>> str(path.parent)
263263
'mem'
264264
265-
If the zipfile has no filename, such attribtues are not
265+
If the zipfile has no filename, such attributes are not
266266
valid and accessing them will raise an Exception.
267267
268268
>>> zf.filename = None

0 commit comments

Comments
 (0)