From 6c5f5b9a414b8bdfafc45db5710acf200cca9885 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 10 Nov 2013 06:10:13 -0500 Subject: [PATCH] Fixed typo in tutorial 2; refs #21418. --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): # ...