summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorJeremy Dunck <jdunck@gmail.com>2007-07-01 19:40:39 +0000
committerJeremy Dunck <jdunck@gmail.com>2007-07-01 19:40:39 +0000
commit7d915d5589c4aa9327b80f0e107e2231f5daf630 (patch)
tree1f720e9dddc095635cd77f95990bcc56c845ffd7 /docs/tutorial01.txt
parentbea0a500daf95c6d225ca38a0aaa69fab3872f2a (diff)
gis: Merged revisions 5540-5582 via svnmerge from
http://code.djangoproject.com/svn/django/trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@5583 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 d26f654f87..fdac9c554e 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -360,7 +360,7 @@ Note the following:
quotes. The author of this tutorial runs PostgreSQL, so the example
output is in PostgreSQL syntax.
- * The `sql` command doesn't actually run the SQL in your database - it just
+ * The ``sql`` command doesn't actually run the SQL in your database - it just
prints it to the screen so that you can see what SQL Django thinks is required.
If you wanted to, you could copy and paste this SQL into your database prompt.
However, as we will see shortly, Django provides an easier way of committing