minor: Fix wording in a docstring

This commit is contained in:
hroff-1902
2019-10-22 00:03:11 +03:00
committed by GitHub
parent a43d436f98
commit 73fa5bae96

View File

@@ -66,7 +66,7 @@ class ApiServer(RPC):
"""
This class runs api server and provides rpc.rpc functionality to it
This class starts a none blocking thread the api server runs within
This class starts a non-blocking thread the api server runs within
"""
def check_auth(self, username, password):