Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
epequeno committed Jul 5, 2012
1 parent 80a12a7 commit 9f79295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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.
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

0 comments on commit 9f79295

Please sign in to comment.