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:
|
attributes, as follows:
|
||||||
|
|
||||||
.. snippet::
|
.. snippet::
|
||||||
:filename: polls/admin.py
|
:filename: polls/models.py
|
||||||
|
|
||||||
class Question(models.Model):
|
class Question(models.Model):
|
||||||
# ...
|
# ...
|
||||||
|
|
Loading…
Reference in New Issue