summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
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 75f3f090c1..8ce9f6539d 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -449,7 +449,7 @@ Once you're in the shell, explore the database API::
>>> p.pub_date = datetime(2005, 4, 1, 0, 0)
>>> p.save()
- # get_list() displays all the polls in the database.
+ # objects.all() displays all the polls in the database.
>>> Poll.objects.all()
[<Poll object>]