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."""