Fix few typos

This commit is contained in:
Roman Mogylatov 2020-09-09 23:34:59 -04:00
parent ffc477d1ee
commit 203427aa97
3 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,7 @@ Key features of the ``Dependency Injector``:
and dictionaries. See :ref:`configuration-provider`.
- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
- **Performance**. Fast. Written in ``Cython``.
- **Typing**. Provides typing stubs, ``mypy``-friendly.
- **Maturity**. Mature and production-ready. Well-tested, documented and supported.
.. code-block:: python

View File

@ -20,6 +20,7 @@ Key features of the ``Dependency Injector``:
and dictionaries. See :ref:`configuration-provider`.
- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
- **Performance**. Fast. Written in ``Cython``.
- **Typing**. Provides typing stubs, ``mypy``-friendly.
- **Maturity**. Mature and production-ready. Well-tested, documented and supported.
The framework stands on two principles: