We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18969a3 commit 4fab5a7Copy full SHA for 4fab5a7
source/connect/compression.txt
@@ -26,7 +26,7 @@ and a MongoDB deployment. {+driver-short+} supports the following compression al
26
- `Snappy <https://google.github.io/snappy/>`__: You can use Snappy compression
27
with MongoDB 3.4 and later by including the `python-snappy <https://pypi.org/project/python-snappy/>`__
28
package in your application.
29
-- `Zlib <https://zlib.net/>`__: You can use Zlib compression with MongoDB 3.6 and later by
+- `Zlib <https://zlib.net/>`__: You can use Zlib compression with MongoDB 3.6 and later
30
by including the `zlib <https://docs.python.org/3/library/zlib.html>`__ package
31
in your application.
32
- `Zstandard <https://github.com/facebook/zstd/>`__: You can use Zstandard compression
0 commit comments