From 1587a71bbafcafdbbf83736f017e5f3ca8c84dd0 Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 27 Feb 2023 17:26:06 -0700 Subject: [PATCH] spelling Co-authored-by: Jean-Paul Calderone --- src/allmydata/util/configutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/util/configutil.py b/src/allmydata/util/configutil.py index b48e2c034..9e18e3716 100644 --- a/src/allmydata/util/configutil.py +++ b/src/allmydata/util/configutil.py @@ -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, ())