Skip to content
Prev Previous commit
Remove erroneous double backticks
  • Loading branch information
rhpvorderman committed Jun 1, 2021
commit efe434e5f446d6e02b700f1071ef8e9990bb19c7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:func:``zlib.compress`` now accepts a wbits parameter which allows users to
:func:`zlib.compress` now accepts a wbits parameter which allows users to
compress data as a raw deflate block without zlib headers and trailers in
one go. Previously this required instantiating a ``zlib.compressobj``. It
also provides a faster alternative to ``gzip.compress`` when wbits=31 is
Expand Down