From: Xie Yanbo Date: Mon, 6 May 2024 13:58:27 +0000 (+0800) Subject: Fix typo in Lib/zipfile/_path/__init__.py (#118622) X-Git-Tag: v3.13.0b1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3f4a6b52418d9b9f091f864cb6340d0d5fc6966;p=thirdparty%2FPython%2Fcpython.git Fix typo in Lib/zipfile/_path/__init__.py (#118622) --- diff --git a/Lib/zipfile/_path/__init__.py b/Lib/zipfile/_path/__init__.py index 4c167563b6b7..79ebb777354e 100644 --- a/Lib/zipfile/_path/__init__.py +++ b/Lib/zipfile/_path/__init__.py @@ -262,7 +262,7 @@ class Path: >>> str(path.parent) 'mem' - If the zipfile has no filename, such attribtues are not + If the zipfile has no filename, such attributes are not valid and accessing them will raise an Exception. >>> zf.filename = None