Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-02-27 17:26:06 -07:00 committed by GitHub
parent a6a2eb1c93
commit 1587a71bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ class ValidConfiguration(object):
def is_valid_item(self, section_name, item_name):
"""
:return: True if the given section name, ite name pair is valid, False
:return: True if the given section name, item_name pair is valid, False
otherwise.
"""
valid_items = self._static_valid_sections.get(section_name, ())