Fix a typo in the docblock of the Configuration provider

This commit is contained in:
Roman Mogylatov 2020-08-05 22:18:40 -04:00
parent 2ff36b44ab
commit 98338dff15
2 changed files with 1904 additions and 1903 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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