Commit 40bf6cff authored by nsrip's avatar nsrip Committed by Serhiy Storchaka

Fix typo in zipfile documentation. (GH-10151)

parent fec35c99
......@@ -372,7 +372,7 @@ ZipFile Objects
Return the name of the first bad file, or else return ``None``.
.. versionchanged:: 3.6
Calling :meth:`testfile` on a closed ZipFile will raise a
Calling :meth:`testzip` on a closed ZipFile will raise a
:exc:`ValueError`. Previously, a :exc:`RuntimeError` was raised.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment