From 85ed464107f4ada5bfa0d71d33e1c4a95c80f328 Mon Sep 17 00:00:00 2001 From: Ben Tappin Date: Wed, 16 May 2012 18:53:36 +0200 Subject: [PATCH] Capitalisation: 'a python project' -> 'a Python project' --- docs/writing/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 1f9d686ca..37ee38f38 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -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