summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-02-19 20:08:18 +0000
committerThomas Wouters <thomas@python.org>2006-02-19 20:08:18 +0000
commit6302a5a9b0eb29d244d08e3e6f4f6668fc011f2f (patch)
tree48a367468f8ea650cc4f8c18c70f302439388984 /Doc
parent20dd93f427ce0e0b57d4c8ed19317f98c2d75d42 (diff)
downloadcpython-git-6302a5a9b0eb29d244d08e3e6f4f6668fc011f2f.tar.gz
Fix typpo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfileinput.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfileinput.tex b/Doc/lib/libfileinput.tex
index 1c7dd5b6ae..3cfb7bc4eb 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: