diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index e9775cb4da..b703200428 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -386,7 +386,7 @@ You can improve that by giving that method (in :file:`polls/models.py`) a few attributes, as follows: .. snippet:: - :filename: polls/admin.py + :filename: polls/models.py class Question(models.Model): # ...