commit | 12d547a80df9096d16b92a422b655fca7e2a1ef9 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 10 13:45:32 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue May 10 13:45:32 2016 +0300 |
tree | 3e9826ea39f4245ddedb9d90c99b0e6820bfe468 | |
parent | 09f1679a401a94b0626ab1e100aaaea271dbf3c0 [diff] [blame] |
Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards.
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index 65fb093..50b74d1 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst
@@ -178,6 +178,7 @@ threading.Thread.__init__(self) self.infile = infile self.outfile = outfile + def run(self): f = zipfile.ZipFile(self.outfile, 'w', zipfile.ZIP_DEFLATED) f.write(self.infile)