diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-11-25 17:18:54 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-11-25 17:18:54 (GMT) |
commit | 7b08ff2003d2747ac5c1df16f1a308b171b718b0 (patch) | |
tree | 0ec6014f731a3f8338dd5267ad95279cfa8c9355 /Doc/lib/libcodecs.tex | |
parent | f5e141f5608ca0fb2e610f81665bc608fa6649f5 (diff) | |
download | cpython-7b08ff2003d2747ac5c1df16f1a308b171b718b0.zip cpython-7b08ff2003d2747ac5c1df16f1a308b171b718b0.tar.gz cpython-7b08ff2003d2747ac5c1df16f1a308b171b718b0.tar.bz2 |
Backport checkin:
SF patch #1364946: Add a reference link from the dcoumentation of the encode
and decode methods to the documentation of the default error handlers.
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index b4c1bc4..b65e1f4 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -212,7 +212,7 @@ The others represent the BOM in UTF-8 and UTF-32 encodings. \end{datadesc} -\subsection{Codec Base Classes} +\subsection{Codec Base Classes \label{codec-base-classes}} The \module{codecs} module defines a set of base classes which define the interface and can also be used to easily write you own codecs for use |