summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/zipfile.py')
-rw-r--r--Lib/zipfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/zipfile.py b/Lib/zipfile.py
index 5496f6e..62f2fd2 100644
--- a/Lib/zipfile.py
+++ b/Lib/zipfile.py
@@ -2163,7 +2163,7 @@ class Path:
>>> (b / 'missing.txt').exists()
False
- Coersion to string:
+ Coercion to string:
>>> str(c)
'abcde.zip/b/c.txt'