]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move introductory sentence to where it belongs.
authorWalter Dörwald <walter@livinglogic.de>
Sat, 2 Nov 2002 13:32:07 +0000 (13:32 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 2 Nov 2002 13:32:07 +0000 (13:32 +0000)
Doc/lib/libcodecs.tex

index 5aff0dcd40c99945a41867508e363a8b6d109979..d4354401cb8330d066f59934d18a37d6dc47e3d7 100644 (file)
@@ -95,9 +95,6 @@ class or factory function.
 Raises a \exception{LookupError} in case the encoding cannot be found.
 \end{funcdesc}
 
-To simplify working with encoded files or stream, the module
-also defines these utility functions:
-
 \begin{funcdesc}{register_error}{name, error_handler}
 Register the error handling function \var{error_handler} under the
 name \var{name}. \var{error_handler} will be called during encoding
@@ -135,6 +132,9 @@ Implements the \code{xmlcharrefreplace} error handling.
 Implements the \code{backslashreplace} error handling.
 \end{funcdesc}
 
+To simplify working with encoded files or stream, the module
+also defines these utility functions:
+
 \begin{funcdesc}{open}{filename, mode\optional{, encoding\optional{,
                        errors\optional{, buffering}}}}
 Open an encoded file using the given \var{mode} and return