From f95112e3038f54a5efc6ae520de38cbc22eea744 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Tue, 28 Dec 2021 12:52:27 +0600 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3d1c3882..21c0857a 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ A Simple Example def hello(): return "Hello, World!" -.. code-block:: text +.. code-block:: python $ flask run * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)