Merge pull request #2112 from ismail-s/patch-1

Fix minor typo
This commit is contained in:
Bruno Oliveira 2016-12-02 14:12:06 -02:00 committed by GitHub
commit 5365f7c9ca
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ required configurations.
The reason for this somewhat evolved importing technique is The reason for this somewhat evolved importing technique is
that in larger projects multiple test modules might import that in larger projects multiple test modules might import
from each other and thus deriving a canonical import name helps 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 .. _`virtualenv`: http://pypi.python.org/pypi/virtualenv