From 22b490829a7fe8f9547a2c9b86de686c3f33143b Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:19:32 +0400 Subject: [PATCH] fixed typos --- pomice/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: