forked from p15670423/monkey
Island: Fix grammar in docstring
Co-authored-by: Kekoa Kaaikala <kekoa.kaaikala@gmail.com>
This commit is contained in:
parent
e5c5cce94e
commit
a5f1117ce3
|
@ -141,5 +141,5 @@ class IIslandAPIClient(ABC):
|
||||||
:raises IslandAPIRequestError: If there was a problem with the client request
|
:raises IslandAPIRequestError: If there was a problem with the client request
|
||||||
:raises IslandAPIRequestFailedError: If the server experienced an error
|
:raises IslandAPIRequestFailedError: If the server experienced an error
|
||||||
:raises IslandAPITimeoutError: If the command timed out
|
:raises IslandAPITimeoutError: If the command timed out
|
||||||
:return: The relevant agent's signal's
|
:return: The relevant agent's signals
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue