From ce4f81f1c235dad3667885398794112690fa0462 Mon Sep 17 00:00:00 2001 From: Daniel Haaker Date: Thu, 28 Oct 2010 22:30:07 +0200 Subject: [PATCH] Correct capitalization SQLite Signed-off-by: Armin Ronacher --- docs/tutorial/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/introduction.rst b/docs/tutorial/introduction.rst index ff7cdcab..00fe3a00 100644 --- a/docs/tutorial/introduction.rst +++ b/docs/tutorial/introduction.rst @@ -14,7 +14,7 @@ less web-2.0-ish name ;) Basically we want it to do the following things: 3. the page shows all entries so far in reverse order (newest on top) and the user can add new ones from there if logged in. -We will be using SQlite3 directly for that application because it's good +We will be using SQLite3 directly for that application because it's good enough for an application of that size. For larger applications however it makes a lot of sense to use `SQLAlchemy`_ that handles database connections in a more intelligent way, allows you to target different