From 39103d0ad55e084390bf15f0c2c8b2467f6a1e70 Mon Sep 17 00:00:00 2001 From: Niko Wenselowski Date: Thu, 10 May 2012 21:57:07 +0300 Subject: [PATCH] Fix small markup error. --- docs/writing/structure.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index ca07335..38fde94 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -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.