From ed0a4fe23be56f21fa9128e4aee374fd0ff3852d Mon Sep 17 00:00:00 2001 From: Nick Loadholtes Date: Thu, 27 Mar 2014 03:21:58 +0000 Subject: [PATCH] Slight change to the wording for readability --HG-- branch : nloadholtes/slight-change-to-the-wording-for-readabi-1395890493571 --- doc/en/goodpractises.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/goodpractises.txt b/doc/en/goodpractises.txt index 01e0bbbd4..e5b9b81a8 100644 --- a/doc/en/goodpractises.txt +++ b/doc/en/goodpractises.txt @@ -68,7 +68,7 @@ Important notes relating to both schemes: - **avoid "__init__.py" files in your test directories**. This way your tests can run easily against an installed version - of ``mypkg``, independently from if the installed package contains + of ``mypkg``, independently from the installed package if it contains the tests or not. - With inlined tests you might put ``__init__.py`` into test