Skip to content

Commit 85ed464

Browse files
committed
Capitalisation: 'a python project' -> 'a Python project'
1 parent 18b8e12 commit 85ed464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Structure is Key
99
----------------
1010

1111
Thanks to the way imports and modules are handled in Python, it is
12-
relatively easy to structure a python project. Easy, here, means
12+
relatively easy to structure a Python project. Easy, here, means
1313
that you do not have many constraints and that the module
1414
importing model is easy to grasp. Therefore, you are left with the
1515
pure architectural task of crafting the different parts of your

0 commit comments

Comments
 (0)