mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Make cosmetic fixes for `Selector
` provider docs
This commit is contained in:
parent
70d6e8c68f
commit
359dce2978
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user