Skip to content

Commit

Permalink
Merge pull request #2850 from billfienberg/patch-1
Browse files Browse the repository at this point in the history
Fix grammatical error: incorrect verb conjugation
  • Loading branch information
davidism committed Jun 29, 2018
2 parents 0bb25eb + 15b2301 commit 06b189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A Flask application can be as simple as a single file.
def hello():
return 'Hello, World!'
However, as a project get bigger, it becomes overwhelming to keep all
However, as a project gets bigger, it becomes overwhelming to keep all
the code in one file. Python projects use *packages* to organize code
into multiple modules that can be imported where needed, and the
tutorial will do this as well.
Expand Down

0 comments on commit 06b189b

Please sign in to comment.