8000
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 4461f0c + 9f79295 commit 9f53bc9Copy full SHA for 9f53bc9
docs/writing/structure.rst
@@ -96,8 +96,8 @@ 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"
98
which is not the case. There is an
99
-`example <http://docs.python.org/tutorial/modules.html#packages>`_
100
- of how the dot should be used available in the python docs.
+`example <http://docs.python.org/tutorial/modules.html#packages>`_ of how the
+dot notation should be used in the python docs.
101
102
If you'd like you could name it as `my_spam.py` but even our friend the
103
underscore should not be seen often in module names.
0 commit comments