Skip to content

Commit c73cd4e

Browse files
miss-islingtonnsrip
authored andcommitted
Fix typo in zipfile documentation. (GH-10151) (GH-10153)
(cherry picked from commit 40bf6cf) Co-authored-by: nsrip <nick.ripley@me.com>
1 parent 6f82bdc commit c73cd4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ ZipFile Objects
363363
Return the name of the first bad file, or else return ``None``.
364364

365365
.. versionchanged:: 3.6
366-
Calling :meth:`testfile` on a closed ZipFile will raise a
366+
Calling :meth:`testzip` on a closed ZipFile will raise a
367367
:exc:`ValueError`. Previously, a :exc:`RuntimeError` was raised.
368368

369369

0 commit comments

Comments
 (0)