mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Remove a typo from the Flask tutorial
This commit is contained in:
parent
950d5a5e6e
commit
49921dcf9d
|
@ -11,6 +11,7 @@ Develop
|
|||
-------
|
||||
- Improve ``FastAPI`` integration: handle ``Depends(Provide[...])``.
|
||||
- Update ``FastAPI`` example.
|
||||
- Remove a typo from the ``Flask`` tutorial.
|
||||
|
||||
4.4.0
|
||||
-----
|
||||
|
|
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user