8000 Fix typo in zipfile documentation. (GH-10151) (GH-10154) · python/cpython@9dfbcf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dfbcf8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zipfile.rst

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

349349
.. versionchanged:: 3.6
350-
Calling :meth:`testfile` on a closed ZipFile will raise a
350+
Calling :meth:`testzip` on a closed ZipFile will raise a
351351
:exc:`ValueError`. Previously, a :exc:`RuntimeError` was raised.
352352

353353

0 commit comments

Comments
 (0)
0