Browse Source

Remove unnecessary period in documentation

pull/2834/head
Grey Li 6 years ago committed by GitHub
parent
commit
27e67dafc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/testing.rst

2
docs/testing.rst

@ -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

Loading…
Cancel
Save