Skip to content

Commit 32afdb9

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#152 from mrben/patch-1
Capitalisation: 'a python project' -> 'a Python project'
2 parents 18b8e12 + 85ed464 commit 32afdb9

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)