Commit 6c5f5b9a authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in tutorial 2; refs #21418.

parent 8bc350b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):
        # ...