Преглед на файлове

Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".

Tim Graham преди 9 години
родител
ревизия
9ed4a788aa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/intro/tutorial02.txt

+ 1 - 1
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;``"