Reformat repo with pre-commit hooks

This commit is contained in:
Filip Kucharczyk
2019-12-05 00:53:39 +01:00
parent 78b240b740
commit 17151f67c2
9 changed files with 14 additions and 14 deletions

View File

@@ -2,10 +2,10 @@
Use mongomock for testing
==============================
`mongomock <https://github.com/vmalloc/mongomock/>`_ is a package to do just
`mongomock <https://github.com/vmalloc/mongomock/>`_ is a package to do just
what the name implies, mocking a mongo database.
To use with mongoengine, simply specify mongomock when connecting with
To use with mongoengine, simply specify mongomock when connecting with
mongoengine:
.. code-block:: python