Remove a typo from the Flask tutorial

This commit is contained in:
Roman Mogylatov 2020-11-17 23:50:56 -05:00
parent 950d5a5e6e
commit 49921dcf9d
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Develop
------- -------
- Improve ``FastAPI`` integration: handle ``Depends(Provide[...])``. - Improve ``FastAPI`` integration: handle ``Depends(Provide[...])``.
- Update ``FastAPI`` example. - Update ``FastAPI`` example.
- Remove a typo from the ``Flask`` tutorial.
4.4.0 4.4.0
----- -----

View File

@ -708,7 +708,6 @@ Edit ``views.py``:
.. code-block:: python .. code-block:: python
:emphasize-lines: 4,6-7,10-11,15 :emphasize-lines: 4,6-7,10-11,15
:emphasize-lines: 4,6-7,10-11,15
"""Views module.""" """Views module."""