diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-11-25 17:17:12 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-11-25 17:17:12 (GMT) |
commit | d4bfe2c878746acbd18a62baebe72be6e24e5634 (patch) | |
tree | f1460a20f5ad0940384abd587675976944a7417b /Doc/lib/libcodecs.tex | |
parent | 9356fb9881ac774e496f08f12a9e166c417feabe (diff) | |
download | cpython-d4bfe2c878746acbd18a62baebe72be6e24e5634.zip cpython-d4bfe2c878746acbd18a62baebe72be6e24e5634.tar.gz cpython-d4bfe2c878746acbd18a62baebe72be6e24e5634.tar.bz2 |
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 754fba3..be2385e 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 |