Skip to content

Commit

Permalink
Merge pull request #941 from xakon/master
Browse files Browse the repository at this point in the history
Small typo error in tutorial
  • Loading branch information
timgraham committed Mar 23, 2013
2 parents f670cce + 15f12d4 commit d384878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial01.txt
Expand Up @@ -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
Expand Down

0 comments on commit d384878

Please sign in to comment.