summaryrefslogtreecommitdiffstats
path: root/Doc/library/zlib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r--Doc/library/zlib.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
index b522fe6..6ce4e66 100644
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -44,9 +44,9 @@ The available exception and functions in this module are:
This function always returns an integer object.
-.. versionchanged:: 2.6
- For consistent cross-platform behavior we always return a signed integer.
- ie: Results in the (2**31)...(2**32-1) range will be negative.
+ .. versionchanged:: 2.6
+ For consistent cross-platform behavior we always return a signed integer.
+ ie: Results in the (2**31)...(2**32-1) range will be negative.
.. function:: compress(string[, level])
@@ -82,9 +82,9 @@ The available exception and functions in this module are:
This function always returns an integer object.
-.. versionchanged:: 2.6
- For consistent cross-platform behavior we always return a signed integer.
- ie: Results in the (2**31)...(2**32-1) range will be negative.
+ .. versionchanged:: 2.6
+ For consistent cross-platform behavior we always return a signed integer.
+ ie: Results in the (2**31)...(2**32-1) range will be negative.
.. function:: decompress(string[, wbits[, bufsize]])