Skip to content

Commit

Permalink
Fixed #23362 -- Clarified "database columns as attributes" in tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 26, 2014
1 parent a3e88e6 commit 035f2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ Once you're in the shell, explore the :doc:`database API </topics/db/queries>`::
>>> q.id
1

# Access database columns via Python attributes.
# Access model field values via Python attributes.
>>> q.question_text
"What's new?"
>>> q.pub_date
Expand Down

0 comments on commit 035f2e6

Please sign in to comment.