Fix highlight

This commit is contained in:
Roman Mogylatov 2020-07-23 20:25:19 -04:00
parent 4a1caf7300
commit 37417a5dd0

View File

@ -758,7 +758,7 @@ Now let's inject the ``SearchService`` dependency into the ``index`` view.
Edit ``containers.py``:
.. code-block:: python
:emphasize-lines: 32-38
:emphasize-lines: 32-35
"""Application containers module."""