Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f53bc9

Browse filesBrowse files
author
Kenneth Reitz
committed
Merge pull request realpython#182 from epequeno/markup
Fix markup in structure.rst
2 parents 4461f0c + 9f79295 commit 9f53bc9
Copy full SHA for 9f53bc9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/writing/structure.rst

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ will interfere with the way python looks for modules.
9696

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
99-
`example <http://docs.python.org/tutorial/modules.html#packages>`_
100-
of how the dot should be used available in the python docs.
99+
`example <http://docs.python.org/tutorial/modules.html#packages>`_ of how the
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.