forked from orbit-oss/flask
Fix typo in docs (#4261)
This commit is contained in:
parent
fafc132dcb
commit
e1dce5c39a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ If your application is accessible at root level, you can use a
|
|||
single ``/`` instead of ``/yourapplication``. ``myapp`` refers to the name of
|
||||
the file of your flask application (without extension) or the module which
|
||||
provides ``app``. ``app`` is the callable inside of your application (usually
|
||||
the line reads ``app = Flask(__name__)``.
|
||||
the line reads ``app = Flask(__name__)``).
|
||||
|
||||
If you want to deploy your flask application inside of a virtual environment,
|
||||
you need to also add ``--virtualenv /path/to/virtual/environment``. You might
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue