Fix typo and alignment per review.

This commit is contained in:
Dave O'Connor 2021-01-23 12:45:23 +00:00
parent 5c590b3ce0
commit a1248e219e
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@ class NeohubCLI(object):
return
if command not in self._hub_command_methods():
raise NeohubCLIUsageError(f'Uknown command {command}')
raise NeohubCLIUsageError(f'Unknown command {command}')
def _hub_command_methods(self):
"""Return a list of NeoHub functions.
Right now this is just all methods not starting with _
Right now this is just all methods not starting with _
"""
all_methods = [