From 37417a5dd05ea0ef5e279e87c6829eabcfc2e2d2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 23 Jul 2020 20:25:19 -0400 Subject: [PATCH] Fix highlight --- docs/tutorials/flask.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/flask.rst b/docs/tutorials/flask.rst index 6fa6265f..af22dca7 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -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."""