summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcodecs.tex
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-07-01 19:26:04 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-07-01 19:26:04 (GMT)
commitecf7a52bb8139f054e024bae184244311005b90f (patch)
treeac2b4f7d68758a6664f6dcf581f5fc0afe22b887 /Doc/lib/libcodecs.tex
parentd7cc1bd809522ff3d9ad13bb5a470a392e506941 (diff)
downloadcpython-ecf7a52bb8139f054e024bae184244311005b90f.zip
cpython-ecf7a52bb8139f054e024bae184244311005b90f.tar.gz
cpython-ecf7a52bb8139f054e024bae184244311005b90f.tar.bz2
link to the codecs page from the "".encode() description.
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-rw-r--r--Doc/lib/libcodecs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex
index cc4992f..3055cdf 100644
--- a/Doc/lib/libcodecs.tex
+++ b/Doc/lib/libcodecs.tex
@@ -513,7 +513,7 @@ the \function{lookup()} function to construct the instance.
\class{StreamReader} and \class{StreamWriter} classes. They inherit
all other methods and attribute from the underlying stream.
-\subsection{Standard Encodings}
+\subsection{Standard Encodings\label{standard-encodings}}
Python comes with a number of codecs builtin, either implemented as C
functions, or with dictionaries as mapping tables. The following table