We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d030ab8 + 21d8f91 commit 151551cCopy full SHA for 151551c
docs/writing/structure.rst
@@ -94,7 +94,7 @@ 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 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"
+In the case of `my.spam.py` python expects to find a "spam.py" file in a folder named "my"
98
which is not the case. There is an
99
`example <http://docs.python.org/tutorial/modules.html#packages>`_ of how the
100
dot notation should be used in the python docs.
0 commit comments