Merge pull request #53 from LaptopCat/main

Fix some documentation mistakes
This commit is contained in:
Andrey 2022-09-20 21:14:17 +04:00 committed by GitHub
commit 6123dc70c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -25,8 +25,7 @@ REQUA = \
class AternosConnect: class AternosConnect:
"""Class for sending API requests """Class for sending API requests, bypassing Cloudflare and parsing responses"""
bypass Cloudflare and parsing responses"""
def __init__(self) -> None: def __init__(self) -> None:

View file

@ -1,4 +1,4 @@
"""Exceptions classes""" """Exception classes"""
from typing import Final from typing import Final

View file

@ -371,7 +371,7 @@ class AternosServer:
"""Check if server software is Bedrock Edition """Check if server software is Bedrock Edition
Returns: Returns:
Is it Minefcraft BE Is it Minecraft BE
""" """
return bool(self._info['bedrock']) return bool(self._info['bedrock'])