diff options
author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2002-11-25 18:51:43 (GMT) |
---|---|---|
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2002-11-25 18:51:43 (GMT) |
commit | 057ab14e7d1ed35013613b44b423f44ba4bb315e (patch) | |
tree | 2668a663ff8304d87094b94e34e35d401a085327 | |
parent | 00445d2393a9d2570766faa28d7066495c27ee01 (diff) | |
download | cpython-057ab14e7d1ed35013613b44b423f44ba4bb315e.zip cpython-057ab14e7d1ed35013613b44b423f44ba4bb315e.tar.gz cpython-057ab14e7d1ed35013613b44b423f44ba4bb315e.tar.bz2 |
* libbz2.tex
Fixed minor typo, suggested by Drew Perttula <drewp@bigasterisk.com>.
-rw-r--r-- | Doc/lib/libbz2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbz2.tex b/Doc/lib/libbz2.tex index ea6f3ec..d836500 100644 --- a/Doc/lib/libbz2.tex +++ b/Doc/lib/libbz2.tex @@ -45,7 +45,7 @@ Open a bz2 file. Mode can be either \code{'r'} or \code{'w'}, for reading it doesn't exist, and truncated otherwise. If \var{buffering} is given, \code{0} means unbuffered, and larger numbers specify the buffer size; the default is \code{0}. If -\var{compresslevel} is given, must be a number between \code{1} and +\var{compresslevel} is given, it must be a number between \code{1} and \code{9}; the default is \code{9}. Add a \character{U} to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a |