From 2525bedfc06a0f39af0674770c665b7e231122b7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 2 Jun 1997 17:22:06 +0000 Subject: Fix a sentence which ends "...is 6, which." (AMK) --- Doc/lib/libzlib.tex | 2 +- Doc/libzlib.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index d5dab91..ab30a32 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -27,7 +27,7 @@ Compresses the data in \var{string}, returning a string contained compressed data. \var{level} is an integer from 1 to 9 controlling the level of compression; 1 is fastest and produces the least compression, 9 is slowest and produces the most. The default value is -6, which . Raises the \code{zlib.error} exception if any error occurs. +6. Raises the \code{zlib.error} exception if any error occurs. \end{funcdesc} \begin{funcdesc}{compressobj}{\optional{level}} diff --git a/Doc/libzlib.tex b/Doc/libzlib.tex index d5dab91..ab30a32 100644 --- a/Doc/libzlib.tex +++ b/Doc/libzlib.tex @@ -27,7 +27,7 @@ Compresses the data in \var{string}, returning a string contained compressed data. \var{level} is an integer from 1 to 9 controlling the level of compression; 1 is fastest and produces the least compression, 9 is slowest and produces the most. The default value is -6, which . Raises the \code{zlib.error} exception if any error occurs. +6. Raises the \code{zlib.error} exception if any error occurs. \end{funcdesc} \begin{funcdesc}{compressobj}{\optional{level}} -- cgit v0.12