diff options
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 16b2596da9..bc050c535d 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -727,7 +727,7 @@ Save these changes and start a new Python interactive shell by running >>> from polls.models import Question, Choice - # Make sure our __unicode__() addition worked. + # Make sure our __str__() addition worked. >>> Question.objects.all() [<Question: What's up?>] |
