Capitalisation: 'a python project' -> 'a Python project'
authorBen Tappin <ben@mrben.co.uk>
Wed, 16 May 2012 16:53:36 +0000 (18:53 +0200)
committerBen Tappin <ben@mrben.co.uk>
Wed, 16 May 2012 16:53:36 +0000 (18:53 +0200)
docs/writing/structure.rst

index 1f9d686..37ee38f 100644 (file)
@@ -9,7 +9,7 @@ Structure is Key
 ----------------
 
 Thanks to the way imports and modules are handled in Python, it is
-relatively easy to structure a python project. Easy, here, means
+relatively easy to structure a Python project. Easy, here, means
 that you do not have many constraints and that the module
 importing model is easy to grasp. Therefore, you are left with the
 pure architectural task of crafting the different parts of your