diff --git a/docs/examples/django.rst b/docs/examples/django.rst index 2e25153d..5451705f 100644 --- a/docs/examples/django.rst +++ b/docs/examples/django.rst @@ -76,7 +76,7 @@ Container is wired to the ``views`` module in the app config ``web/apps.py``: .. literalinclude:: ../../examples/miniapps/django/web/apps.py :language: python - :emphasize-lines: 12 + :emphasize-lines: 13 Tests -----