mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
* libbz2.tex
Fixed minor typo, suggested by Drew Perttula <drewp@bigasterisk.com>.
This commit is contained in:
parent
00445d2393
commit
057ab14e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
it doesn't exist, and truncated otherwise. If \var{buffering} is given,
|
||||||
\code{0} means unbuffered, and larger numbers specify the buffer size;
|
\code{0} means unbuffered, and larger numbers specify the buffer size;
|
||||||
the default is \code{0}. If
|
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}.
|
\code{9}; the default is \code{9}.
|
||||||
Add a \character{U} to mode to open the file for input with universal newline
|
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
|
support. Any line ending in the input file will be seen as a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue