forked from orbit-oss/flask
Merge pull request #5037 from pamelafox/patch-1
Fix typo in appfactories.rst code block
This commit is contained in:
commit
daf6966c89
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ to the factory like this:
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ flask --app hello:create_app(local_auth=True) run``
|
||||
$ flask --app hello:create_app(local_auth=True) run
|
||||
|
||||
Then the ``create_app`` factory in ``myapp`` is called with the keyword
|
||||
argument ``local_auth=True``. See :doc:`/cli` for more detail.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue