cpython: 138625694ed6 (original) (raw)

Mercurial > cpython

changeset 103725:138625694ed6 3.5

Issue #28103: Use ``'...'`` style in zipfile documentation Patch by Stephen J. Turnbull. [#28103]

Berker Peksag berker.peksag@gmail.com
date Tue, 13 Sep 2016 04:49:12 +0300
parents 0a5596315cf0
children 89b0ca61ad03 aa88456f1749 2be31da53dcc
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