Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32afdb9

Browse filesBrowse 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
Copy full SHA for 32afdb9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/writing/structure.rst

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.