From: Estevan Pequeno Date: Thu, 5 Jul 2012 06:59:25 +0000 (-0500) Subject: small edit X-Git-Url: https://git.eng.unimelb.edu.au/public?p=python-guide.git;a=commitdiff_plain;h=9f792956db86c46bb2e6425889ebe6c6ce9fbfd0 small edit --- diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 87d8c43..cfd749c 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -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 `_ 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.