From e9333fc747dfcd9af0c9d93f852737b477350ed5 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Fri, 22 Mar 2024 18:08:57 -0400 Subject: [PATCH] Fix typo pymongo -> motor --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 97e6b861..9605c854 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -59,4 +59,4 @@ you will have to install one of the optional dependencies. Snappy requires `python-snappy `_ and zstandard requires `zstandard `_:: - $ python3 -m pip install "pymongo[snappy, zstd]" + $ python3 -m pip install "motor[snappy, zstd]"