diff options
Diffstat (limited to 'Doc/lib/libgzip.tex')
-rw-r--r-- | Doc/lib/libgzip.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgzip.tex b/Doc/lib/libgzip.tex index f832da7..df99e5d 100644 --- a/Doc/lib/libgzip.tex +++ b/Doc/lib/libgzip.tex @@ -12,7 +12,7 @@ or decompressing the data so it looks like an ordinary file object. object, though it's not possible to use the \code{seek()} and \code{tell()} methods to access the file randomly. -\renewcommand{\indexsubitem}{(in module gzip)} +\setindexsubitem{(in module gzip)} \begin{funcdesc}{open}{fileobj\optional{\, filename\optional{\, mode\, compresslevel}}} Returns a new \code{GzipFile} object on top of \var{fileobj}, which can be a regular file, a \code{StringIO} object, or any object which |