From 664cb2c437402683137dd7f50a31ae70e477e974 Mon Sep 17 00:00:00 2001 From: Aryan Thakur Date: Thu, 23 Jul 2026 21:19:05 +0530 Subject: [PATCH] Fix grammar in quickstart documentation --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 712ba9779f..ce0ff37f83 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -40,7 +40,7 @@ your application :file:`flask.py` because this would conflict with Flask itself. To run the application, use the ``flask`` command or -``python -m flask``. You need to tell the Flask where your application +``python -m flask``. You need to tell Flask where your application is with the ``--app`` option. .. code-block:: text