From: Georg Brandl Date: Tue, 22 Sep 2009 10:55:08 +0000 (+0000) Subject: Fix encoding name. X-Git-Tag: v2.7a1~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac87077b377a3c0f2ca584000da659f16085ea54;p=python Fix encoding name. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 589fa0ff18..072b19c16e 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -960,7 +960,7 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | cp1255 | windows-1255 | Hebrew | +-----------------+--------------------------------+--------------------------------+ -| cp1256 | windows1256 | Arabic | +| cp1256 | windows-1256 | Arabic | +-----------------+--------------------------------+--------------------------------+ | cp1257 | windows-1257 | Baltic languages | +-----------------+--------------------------------+--------------------------------+