diff --git a/pomice/utils.py b/pomice/utils.py index 066e12c..6fb8949 100644 --- a/pomice/utils.py +++ b/pomice/utils.py @@ -32,7 +32,7 @@ __all__ = [ 'ExponentialBackoff', 'NodeStats', 'ClientType', - 'NodeAlgorithims', + 'NodeAlgorithms', 'if_toggled' ] @@ -105,7 +105,7 @@ class NodeStats: def __repr__(self) -> str: return f'' -class NodeAlgorithims: +class NodeAlgorithms: """Class that Contains Algorithims for searching Nodes or get extact Players regardless of their Node""" def __init__(self, data : dict) -> None: