Fix typpo.
authorThomas Wouters <thomas@python.org>
Sun, 19 Feb 2006 20:08:18 +0000 (20:08 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 19 Feb 2006 20:08:18 +0000 (20:08 +0000)
Doc/lib/libfileinput.tex

index 1c7dd5b6ae7864c0ea3e3a029f57620f3384d787..3cfb7bc4eb38659982b27de31713cab2e7b76e63 100644 (file)
@@ -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: