forked from orbit-oss/flask
Update appfactories.rst
Remove unneeded backticks
This commit is contained in:
parent
7ed89d3f9d
commit
15f2ca2c24
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