From: Thomas Wouters Date: Sun, 19 Feb 2006 20:08:18 +0000 (+0000) Subject: Fix typpo. X-Git-Tag: v2.5a0~583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6302a5a9b0eb29d244d08e3e6f4f6668fc011f2f;p=thirdparty%2FPython%2Fcpython.git Fix typpo. --- diff --git a/Doc/lib/libfileinput.tex b/Doc/lib/libfileinput.tex index 1c7dd5b6ae78..3cfb7bc4eb38 100644 --- a/Doc/lib/libfileinput.tex +++ b/Doc/lib/libfileinput.tex @@ -169,7 +169,7 @@ The two following opening hooks are provided by this module: Transparently opens files compressed with gzip and bzip2 (recognized by the extensions \code{'.gz'} and \code{'.bz2'}) using the \module{gzip} and \module{bz2} modules. If the filename extension is not \code{'.gz'} - or \code{'.bz2'}, the file is openned normally (ie, + or \code{'.bz2'}, the file is opened normally (ie, using \function{open()} without any decompression). Usage example: