From c3f4a6b52418d9b9f091f864cb6340d0d5fc6966 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Mon, 6 May 2024 21:58:27 +0800 Subject: Fix typo in Lib/zipfile/_path/__init__.py (#118622) --- Lib/zipfile/_path/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/zipfile/_path/__init__.py b/Lib/zipfile/_path/__init__.py index 4c16756..79ebb77 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 -- cgit v0.12