Island: Fix grammar in docstring

Co-authored-by: Kekoa Kaaikala <kekoa.kaaikala@gmail.com>
This commit is contained in:
Mike Salvatore 2022-09-23 12:08:56 -04:00
parent e5c5cce94e
commit a5f1117ce3
1 changed files with 1 additions and 1 deletions

View File

@ -141,5 +141,5 @@ class IIslandAPIClient(ABC):
:raises IslandAPIRequestError: If there was a problem with the client request
:raises IslandAPIRequestFailedError: If the server experienced an error
:raises IslandAPITimeoutError: If the command timed out
:return: The relevant agent's signal's
:return: The relevant agent's signals
"""