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:
parent
8bc350b385
commit
6c5f5b9a41
@ -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):
|
||||
# ...
|
||||
|
Loading…
Reference in New Issue
Block a user