mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Fix typpo.
This commit is contained in:
parent
20dd93f427
commit
6302a5a9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue