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.