mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-23 05:10:58 +00:00
upd docstring
This commit is contained in:
parent
7e7aa1b4de
commit
caaf2689ff
@ -7,7 +7,7 @@ from .errors import XAirRemoteConnectionTimeoutError
|
||||
|
||||
def timeout(func):
|
||||
"""
|
||||
Times out the login function once time elapsed exceeds remote.connect_timeout.
|
||||
Times out the validate_connection function once time elapsed exceeds remote.connect_timeout.
|
||||
"""
|
||||
|
||||
@functools.wraps(func)
|
||||
|
Loading…
Reference in New Issue
Block a user