From 27e67dafc0cdbab6d19e65b3c62730c551bb450c Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sun, 17 Jun 2018 12:12:37 +0800 Subject: [PATCH] Remove unnecessary period in documentation --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index 82e10328..50e72762 100644 --- a/docs/testing.rst +++ b/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