From 80a12a70ff2795bc23712e28d38b5c185457343e Mon Sep 17 00:00:00 2001 From: Estevan Pequeno Date: Thu, 5 Jul 2012 01:57:37 -0500 Subject: [PATCH] markup fix --- docs/writing/structure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 4254586..87d8c43 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -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 `_ - of how the dot should be used available in the python docs. +`example `_ of how the +dot should be used available 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. -- 1.8.0.2