Browse Source

fixed typo

pull/243/head
Kenneth Reitz 14 years ago
parent
commit
87234fb2f8
  1. 2
      docs/quickstart.rst

2
docs/quickstart.rst

@ -11,7 +11,7 @@ you do not, head over to the :ref:`installation` section.
A Minimal Application
---------------------
A minimal Flask application looks something like that::
A minimal Flask application looks something like this::
from flask import Flask
app = Flask(__name__)

Loading…
Cancel
Save