Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in README.rst #895

Merged
merged 1 commit into from
Jan 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typos in README.rst
  • Loading branch information
cool-RR committed Jan 2, 2023
commit d418c785163cb554badcdef0ff0ec64ca197b814
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ and install it yourself:
You might want to also install the ``numpy`` and the ``pymongo`` packages. They are
optional dependencies but they offer some cool features:

pip install numpy, pymongo
pip install numpy pymongo

Tests
-----
Expand All @@ -101,8 +101,8 @@ can automatically run the tests for various python versions like this:

tox

Update pyptest version
++++++++++++++++++++++
Update pytest version
+++++++++++++++++++++

If you update or change the pytest version, the following files need to be changed:

Expand Down