Skip to content

Commit

Permalink
Fix typo pymongo -> motor
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyclements committed Mar 22, 2024
1 parent 5d78217 commit e9333fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ you will have to install one of the optional dependencies.
Snappy requires `python-snappy <https://pypi.org/project/python-snappy>`_
and zstandard requires `zstandard <https://pypi.org/project/zstandard>`_::

$ python3 -m pip install "pymongo[snappy, zstd]"
$ python3 -m pip install "motor[snappy, zstd]"

0 comments on commit e9333fc

Please sign in to comment.