Skip to content

Commit 9f79295

Browse files
committed
small edit
1 parent 80a12a7 commit 9f79295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ will interfere with the way python looks for modules.
9797
In this example python expects to find a "spam.py" file in a folder named "my"
9898
which is not the case. There is an
9999
`example <http://docs.python.org/tutorial/modules.html#packages>`_ of how the
100-
dot should be used available in the python docs.
100+
dot notation should be used in the python docs.
101101

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

0 commit comments

Comments
 (0)