Make cosmetic fixes for `Selector` provider docs

This commit is contained in:
Roman Mogylatov 2020-07-13 15:36:07 -04:00
parent 70d6e8c68f
commit 359dce2978
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
- Make cosmetic fixes for ``Selector`` provider docs.
3.20.1
------
- Hotfix Windows builds.

View File

@ -15,7 +15,7 @@ Selector providers
The ``selector`` callable is provided as a first positional argument. It can be
:py:class:`Configuration` provider or any other callable. It has to return a string value.
That value is used as a key for selecting the provider from the dictionary of providers.
This value is used as a key for selecting the provider from the dictionary of providers.
The providers are provided as keyword arguments. Argument name is used as a key for
selecting the provider.