summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-23 15:47:06 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-23 15:47:06 +0000
commit4ab1e196c44903f89d123a6055d3330100bfbc1c (patch)
tree848d787af0fdedc255a8ec281d590af95e226ffa /docs/tutorial01.txt
parent0bbe1f4425db3a20d88ad64161170a6227cd8909 (diff)
Fixed #169 -- Thanks, django@gimbo.org.uk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index eb3c0eee45..4e377bd97d 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -95,7 +95,7 @@ On Windows, you'd use ``set`` instead::
If you don't see any errors after running ``django-admin.py init``, you know it
worked. That command initialized your database with Django's core database
tables. If you're interested, run the command-line client for your database and
-type ``\\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to
+type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to
display the tables.
Now you're set to start doing work. You won't have to take care of this boring