mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-11 00:50:50 +03:00
Fix a typo in the docblock of the Configuration provider
This commit is contained in:
parent
2ff36b44ab
commit
98338dff15
File diff suppressed because it is too large
Load Diff
|
@ -1239,6 +1239,7 @@ cdef class Configuration(Object):
|
|||
"""Configuration provider provides configuration options to the other providers.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
config = Configuration('config')
|
||||
print(config.section1.option1()) # None
|
||||
print(config.section1.option2()) # None
|
||||
|
|
Loading…
Reference in New Issue
Block a user