Remove unnecessary period in documentation

This commit is contained in:
Grey Li 2018-06-17 12:12:37 +08:00 committed by GitHub
parent f38e605a26
commit 96b5ddc9ed

View file

@ -40,7 +40,7 @@ pytest.
Next, we create a `pytest fixture`_ called
:func:`client` that configures
the application for testing and initializes a new database.::
the application for testing and initializes a new database::
import os
import tempfile