Update README.rst

This commit is contained in:
baseplate-admin 2021-12-28 12:52:27 +06:00 committed by GitHub
parent 660994efc7
commit f95112e303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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