diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-05 10:58:45 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-05 10:59:34 -0500 |
| commit | 72134a04004271a0bd3e853cca3f54f9efc68be2 (patch) | |
| tree | e9e799d0de232158615d8979e3f190d3969e831e /docs/intro | |
| parent | 52b06546c07545b592a9205acfc4049292d52766 (diff) | |
[1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Backport of 9ed4a788aa8d6ba6a57a2daa15253c3047048dfb from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 53daae9135..1d4e16fa4f 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;``" |
