forked from orbit-oss/flask
Merge pull request #2850 from billfienberg/patch-1
Fix grammatical error: incorrect verb conjugation
This commit is contained in:
commit
06b189b6be
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ A Flask application can be as simple as a single file.
|
||||||
def hello():
|
def hello():
|
||||||
return 'Hello, World!'
|
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
|
the code in one file. Python projects use *packages* to organize code
|
||||||
into multiple modules that can be imported where needed, and the
|
into multiple modules that can be imported where needed, and the
|
||||||
tutorial will do this as well.
|
tutorial will do this as well.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue