From ac87077b377a3c0f2ca584000da659f16085ea54 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 22 Sep 2009 10:55:08 +0000 Subject: Fix encoding name. --- Doc/library/codecs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 589fa0f..072b19c 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 | +-----------------+--------------------------------+--------------------------------+ -- cgit v0.12