Skip to content

Commit 1f0401a

Browse files
authored
Fix minor typo
1 parent 7480342 commit 1f0401a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/en/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ required configurations.
127127
The reason for this somewhat evolved importing technique is
128128
that in larger projects multiple test modules might import
129129
from each other and thus deriving a canonical import name helps
130-
to avoid surprises such as a test modules getting imported twice.
130+
to avoid surprises such as a test module getting imported twice.
131131

132132

133133
.. _`virtualenv`: http://pypi.python.org/pypi/virtualenv

0 commit comments

Comments
 (0)