Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/writing/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ will interfere with the way python looks for modules.

In this example python expects to find a "spam.py" file in a folder named "my"
which is not the case. There is an
`example <http://docs.python.org/tutorial/modules.html#packages>`_
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.

If you'd like you could name it as `my_spam.py` but even our friend the
underscore should not be seen often in module names.
Expand Down