Fix small markup error.
authorNiko Wenselowski <der@nik0.de>
Thu, 10 May 2012 18:57:07 +0000 (21:57 +0300)
committerNiko Wenselowski <der@nik0.de>
Thu, 10 May 2012 18:57:07 +0000 (21:57 +0300)
docs/writing/structure.rst

index ca07335..38fde94 100644 (file)
@@ -143,7 +143,8 @@ able to tell immediately from where comes a class or a function, as in the
 most cases but the simplest single file projects.
 
 
-Packages --------
+Packages
+--------
 
 Python provides a very straightforward packaging system, which is simply an
 extension of the module mechanism to a directory.