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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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):