Merge pull request #2834 from greyli/remove-unnecessary-period

Remove unnecessary period in documentation
This commit is contained in:
David Lord 2018-06-17 20:43:57 -07:00 committed by GitHub
commit 7627d9ce13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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