Fixed typo in tutorial 2; refs #21418.

This commit is contained in:
Tim Graham 2013-11-10 06:10:13 -05:00
parent 8bc350b385
commit 6c5f5b9a41
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ You can improve that by giving that method (in :file:`polls/models.py`) a few
attributes, as follows: attributes, as follows:
.. snippet:: .. snippet::
:filename: polls/admin.py :filename: polls/models.py
class Question(models.Model): class Question(models.Model):
# ... # ...