We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed7588 commit 1fb50a3Copy full SHA for 1fb50a3
1 file changed
docs/writing/structure.rst
@@ -91,7 +91,7 @@ environment, or your project's internal modules.
91
92
To keep in line with the style guide, keep module names short, lowercase, and
93
be sure to avoid using special symbols like the dot (.) or question mark (?).
94
-So a file name like `my.spam.py` is one you should try to avoid! Naming this way
+So a file name like `my.spam.py` is one you should avoid! Naming this way
95
will interfere with the way python looks for modules.
96
97
In this example python expects to find a "spam.py" file in a folder named "my"
0 commit comments