This commit is contained in:
John Morrison
2022-04-18 10:39:19 +01:00
committed by xs5871
parent 1700aff408
commit 4d297e6ab2
3 changed files with 4 additions and 4 deletions

View File

@@ -368,7 +368,7 @@ class KeyAttrDict(AttrDict):
return self.__getattr__(key, depth=depth + 1)
# Global state, will be filled in througout this file, and
# Global state, will be filled in throughout this file, and
# anywhere the user creates custom keys
KC = KeyAttrDict()