Update appfactories.rst

Remove unneeded backticks
This commit is contained in:
Pamela Fox 2023-03-31 12:20:27 -07:00 committed by GitHub
parent 7ed89d3f9d
commit 15f2ca2c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.