Browse Source

Fixed typo in tutorial 2; refs #21418.

Tim Graham 11 years ago
parent
commit
6c5f5b9a41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/intro/tutorial02.txt

+ 1 - 1
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):
         # ...