[Python-checkins] r76376 - python/trunk/Doc/library/zipfile.rst

georg.brandl python-checkins at python.org
Wed Nov 18 20:39:15 CET 2009


Author: georg.brandl
Date: Wed Nov 18 20:39:14 2009
New Revision: 76376

Log:
upcase Python

Modified:
   python/trunk/Doc/library/zipfile.rst

Modified: python/trunk/Doc/library/zipfile.rst
==============================================================================
--- python/trunk/Doc/library/zipfile.rst	(original)
+++ python/trunk/Doc/library/zipfile.rst	Wed Nov 18 20:39:14 2009
@@ -22,7 +22,7 @@
 (that is ZIP files that are more than 4 GByte in size).  It supports
 decryption of encrypted files in ZIP archives, but it currently cannot
 create an encrypted file.  Decryption is extremely slow as it is
-implemented in native python rather than C.
+implemented in native Python rather than C.
 
 For other archive formats, see the :mod:`bz2`, :mod:`gzip`, and
 :mod:`tarfile` modules.


More information about the Python-checkins mailing list