summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorChristos Kontas <chris.kontas@gmail.com>2013-03-23 00:01:47 +0200
committerChristos Kontas <xakon@yahoo.com>2013-03-23 09:55:24 +0200
commit15f12d4181355604efa7b429fc3bcbae08d27f40 (patch)
tree171a14ac00e6406d5de17db6d6dad929071502ec /docs/intro/tutorial01.txt
parent930af661abdb4eb7322f1ab06f21df9ed04af43d (diff)
Fix minor typo in tutorial
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index d073790fbb..65cfb95c34 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -362,7 +362,7 @@ class -- e.g., :class:`~django.db.models.CharField` for character fields and
type of data each field holds.
The name of each :class:`~django.db.models.Field` instance (e.g. ``question`` or
-``pub_date`` ) is the field's name, in machine-friendly format. You'll use this
+``pub_date``) is the field's name, in machine-friendly format. You'll use this
value in your Python code, and your database will use it as the column name.
You can use an optional first positional argument to a