Merge pull request #5037 from pamelafox/patch-1

Fix typo in appfactories.rst code block
This commit is contained in:
David Lord 2023-04-05 14:56:26 -07:00 committed by GitHub
commit daf6966c89
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.