Skip to content

Commit 21d8f91

Browse files
committed
Make explicit whats being referred to
1 parent d030ab8 commit 21d8f91

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
@@ -94,7 +94,7 @@ be sure to avoid using special symbols like the dot (.) or question mark (?).
9494
So a file name like `my.spam.py` is one you should avoid! Naming this way
9595
will interfere with the way python looks for modules.
9696

97-
In this example python expects to find a "spam.py" file in a folder named "my"
97+
In the case of `my.spam.py` 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
100100
dot notation should be used in the python docs.

0 commit comments

Comments
 (0)