Skip to content

Commit ff0b75e

Browse files
xybjaraco
authored andcommitted
Fix typo in Lib/zipfile/_path/__init__.py
1 parent dec8805 commit ff0b75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipp/__init__.py

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

0 commit comments

Comments
 (0)