Merge pull request #182 from epequeno/markup
authorKenneth Reitz <me@kennethreitz.com>
Thu, 5 Jul 2012 07:02:23 +0000 (00:02 -0700)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 5 Jul 2012 07:02:23 +0000 (00:02 -0700)
Fix markup in structure.rst

docs/writing/structure.rst

index 4254586..cfd749c 100644 (file)
@@ -96,8 +96,8 @@ 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.
+`example <http://docs.python.org/tutorial/modules.html#packages>`_ of how the 
+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.