diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 4e119d3b..af80e0bb 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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. diff --git a/docs/providers/selector.rst b/docs/providers/selector.rst index 54b7f7f1..a8920253 100644 --- a/docs/providers/selector.rst +++ b/docs/providers/selector.rst @@ -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.