diff --git a/docs/tutorial/dbcon.rst b/docs/tutorial/dbcon.rst index 7042e680..837983e4 100644 --- a/docs/tutorial/dbcon.rst +++ b/docs/tutorial/dbcon.rst @@ -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 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. Continue to :ref:`tutorial-views`.