Fixed a broken reference

This commit is contained in:
Armin Ronacher 2013-06-09 12:32:12 +01:00
parent 29bda590b2
commit 2c9c269284

View file

@ -40,7 +40,7 @@ things on other objects because this would not work with threaded
environments. That special :data:`~flask.g` object does some magic behind environments. That special :data:`~flask.g` object does some magic behind
the scenes to ensure it does the right thing. the scenes to ensure it does the right thing.
For an even better way to handle such resources see the :ref:`slite3` For an even better way to handle such resources see the :ref:`sqlite3`
documentation. documentation.
Continue to :ref:`tutorial-views`. Continue to :ref:`tutorial-views`.