[Python-checkins] r75015 - python/trunk/Doc/library/codecs.rst
georg.brandl
python-checkins at python.org
Tue Sep 22 12:55:08 CEST 2009
Author: georg.brandl
Date: Tue Sep 22 12:55:08 2009
New Revision: 75015
Log:
Fix encoding name.
Modified:
python/trunk/Doc/library/codecs.rst
Modified: python/trunk/Doc/library/codecs.rst
==============================================================================
--- python/trunk/Doc/library/codecs.rst (original)
+++ python/trunk/Doc/library/codecs.rst Tue Sep 22 12:55:08 2009
@@ -960,7 +960,7 @@
+-----------------+--------------------------------+--------------------------------+
| cp1255 | windows-1255 | Hebrew |
+-----------------+--------------------------------+--------------------------------+
-| cp1256 | windows1256 | Arabic |
+| cp1256 | windows-1256 | Arabic |
+-----------------+--------------------------------+--------------------------------+
| cp1257 | windows-1257 | Baltic languages |
+-----------------+--------------------------------+--------------------------------+
More information about the Python-checkins
mailing list