improve comments

This commit is contained in:
Abyss Watcher
2025-01-18 14:54:04 +01:00
parent 3a2933155b
commit ba09db6952
+1 -1
View File
@@ -149,7 +149,7 @@ class BaseSymbolTableInterface:
@property
def enumerations(self) -> Iterable[Any]:
"""Returns an iterable of the available enumerations names."""
"""Returns an iterable of the available enumerations."""
raise NotImplementedError(
"Abstract property enumerations not implemented by subclass."
)