From 0a4638dba6fc12c6e8585a6f7bee0de2ded0f02d Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 18 May 2024 11:16:45 -0700 Subject: [PATCH] Update zipp==3.18.2 --- lib/zipp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zipp/__init__.py b/lib/zipp/__init__.py index 6d05d9a0..df3293aa 100644 --- a/lib/zipp/__init__.py +++ b/lib/zipp/__init__.py @@ -263,7 +263,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