]> granicus.if.org Git - python/commitdiff
upcase Python
authorGeorg Brandl <georg@python.org>
Wed, 18 Nov 2009 19:39:14 +0000 (19:39 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 18 Nov 2009 19:39:14 +0000 (19:39 +0000)
Doc/library/zipfile.rst

index 0577f10f3ec80c04ec4437306bdbaf1fa394c840..ba31b957684d6db801f9099cecd4328fbbaf2539 100644 (file)
@@ -22,7 +22,7 @@ documentation). It can handle ZIP files that use the ZIP64 extensions
 (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.