Skip to content

Commit 1fb50a3

Browse files
committed
Made more direct and concise
The guide is opinionated, and that's ok.
1 parent 8ed7588 commit 1fb50a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ environment, or your project's internal modules.
9191

9292
To keep in line with the style guide, keep module names short, lowercase, and
9393
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
94+
So a file name like `my.spam.py` is one you should avoid! Naming this way
9595
will interfere with the way python looks for modules.
9696

9797
In this example python expects to find a "spam.py" file in a folder named "my"

0 commit comments

Comments
 (0)