Skip to content
Prev Previous commit
Next Next commit
Update blurb to include :func: reference
  • Loading branch information
rhpvorderman committed Jun 1, 2021
commit 8bc7333d45ab49e10ab6aa7a79d25d6665793e2a
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
``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