cpython: 89b0ca61ad03 (original) (raw)
Mercurial > cpython
changeset 103726:89b0ca61ad03 3.6
Issue #28103: Merge from 3.5 [#28103]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Tue, 13 Sep 2016 04:49:44 +0300 |
parents | 7815411a712d(current diff)138625694ed6(diff) |
children | 5b41ff5b2a8e 76789ce4598b |
files | Doc/library/zipfile.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/library/zipfile.rst 4 |
line wrap: on
line diff
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -142,8 +142,8 @@ ZipFile Objects
file, then additional files are added to it. If file does not refer to a
ZIP file, then a new ZIP archive is appended to the file. This is meant for
adding a ZIP archive to another file (such as :file:python.exe
). If