From 35282a881eeb11be0e3b4e39ce3e1b6671eb2055 Mon Sep 17 00:00:00 2001 From: Mark Slater Date: Sun, 29 Jun 2014 15:51:03 -0700 Subject: [PATCH] Update dbinit.rst "require" -> "requires" --- docs/tutorial/dbinit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/dbinit.rst b/docs/tutorial/dbinit.rst index 10404b3a..e3dc60fb 100644 --- a/docs/tutorial/dbinit.rst +++ b/docs/tutorial/dbinit.rst @@ -16,7 +16,7 @@ Such a schema can be created by piping the `schema.sql` file into the The downside of this is that it requires the sqlite3 command to be installed which is not necessarily the case on every system. This also -require that we provide the path to the database which can introduce +requires that we provide the path to the database which can introduce errors. It's a good idea to add a function that initializes the database for you to the application.