From 49921dcf9d1dd33e8825423396328bc9fc2b3de4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 17 Nov 2020 23:50:56 -0500 Subject: [PATCH] Remove a typo from the Flask tutorial --- docs/main/changelog.rst | 1 + docs/tutorials/flask.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 0b4b6da1..8a44cf1b 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -11,6 +11,7 @@ Develop ------- - Improve ``FastAPI`` integration: handle ``Depends(Provide[...])``. - Update ``FastAPI`` example. +- Remove a typo from the ``Flask`` tutorial. 4.4.0 ----- diff --git a/docs/tutorials/flask.rst b/docs/tutorials/flask.rst index 5034d787..f22b6a2a 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -708,7 +708,6 @@ Edit ``views.py``: .. code-block:: python :emphasize-lines: 4,6-7,10-11,15 - :emphasize-lines: 4,6-7,10-11,15 """Views module."""