fixed typos

This commit is contained in:
Crussader 2021-10-27 17:19:32 +04:00 committed by GitHub
parent 57c089724f
commit 22b490829a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ __all__ = [
'ExponentialBackoff',
'NodeStats',
'ClientType',
'NodeAlgorithims',
'NodeAlgorithms',
'if_toggled'
]
@ -105,7 +105,7 @@ class NodeStats:
def __repr__(self) -> str:
return f'<Pomice.NodeStats total_players={self.players_total!r} playing_active={self.players_active!r}>'
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: