summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-05 10:58:45 -0500
committerTim Graham <timograham@gmail.com>2016-03-05 10:58:45 -0500
commit9ed4a788aa8d6ba6a57a2daa15253c3047048dfb (patch)
treea6ab4ef8dc46e6ac91a7fc1491c3de4284578cf7
parentbc0410d98adcb70ad91f37fa9fee9a7ae71faa18 (diff)
downloaddjango-9ed4a788aa8d6ba6a57a2daa15253c3047048dfb.tar.gz
Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index a9aee31320..88bf83d15c 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -41,7 +41,7 @@ If you are not using SQLite as your database, additional settings such as
:setting:`USER`, :setting:`PASSWORD`, and :setting:`HOST` must be added.
For more details, see the reference documentation for :setting:`DATABASES`.
-.. admonition:: For non-SQLite users
+.. admonition:: For databases other than SQLite
If you're using a database besides SQLite, make sure you've created a
database by this point. Do that with "``CREATE DATABASE database_name;``"