Wording adjusted in helpstring

This commit is contained in:
hroff-1902 2020-02-23 22:50:58 +03:00 committed by GitHub
parent d2181bdd94
commit e545ef563c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ class Worker:
def _worker(self, old_state: Optional[State]) -> State:
"""
Trading routine that must be run at each loop
The main routine that runs each throttling iteration and handles the states.
:param old_state: the previous service state from the previous call
:return: current service state
"""