projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20dd93f
)
Fix typpo.
author
Thomas Wouters
<thomas@python.org>
Sun, 19 Feb 2006 20:08:18 +0000
(20:08 +0000)
committer
Thomas Wouters
<thomas@python.org>
Sun, 19 Feb 2006 20:08:18 +0000
(20:08 +0000)
Doc/lib/libfileinput.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libfileinput.tex
b/Doc/lib/libfileinput.tex
index 1c7dd5b6ae7864c0ea3e3a029f57620f3384d787..3cfb7bc4eb38659982b27de31713cab2e7b76e63 100644
(file)
--- 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 open
n
ed normally (ie,
+ or \code{'.bz2'}, the file is opened normally (ie,
using \function{open()} without any decompression).
Usage example: