0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

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

View File

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