From a1248e219ef58b85e4c780247489abf8629a8522 Mon Sep 17 00:00:00 2001 From: Dave O'Connor Date: Sat, 23 Jan 2021 12:45:23 +0000 Subject: [PATCH] Fix typo and alignment per review. --- scripts/neohub_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/neohub_cli.py b/scripts/neohub_cli.py index 52409ff..24d6505 100755 --- a/scripts/neohub_cli.py +++ b/scripts/neohub_cli.py @@ -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 = [