From 1f0401ab620e66416e3293c980274cd81a80eefb Mon Sep 17 00:00:00 2001 From: Ismail Date: Fri, 2 Dec 2016 15:09:38 +0000 Subject: [PATCH] Fix minor typo --- doc/en/goodpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/goodpractices.rst b/doc/en/goodpractices.rst index d1e3e66fd..43b15a077 100644 --- a/doc/en/goodpractices.rst +++ b/doc/en/goodpractices.rst @@ -127,7 +127,7 @@ required configurations. The reason for this somewhat evolved importing technique is that in larger projects multiple test modules might import from each other and thus deriving a canonical import name helps - to avoid surprises such as a test modules getting imported twice. + to avoid surprises such as a test module getting imported twice. .. _`virtualenv`: http://pypi.python.org/pypi/virtualenv