Merge pull request #53 from LaptopCat/main
Fix some documentation mistakes
This commit is contained in:
commit
6123dc70c5
3 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""Exceptions classes"""
|
"""Exception classes"""
|
||||||
|
|
||||||
from typing import Final
|
from typing import Final
|
||||||
|
|
||||||
|
|
|
@ -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'])
|
||||||
|
|
Reference in a new issue