From 5c590b3ce066c120de08ff518b372ea32259283b Mon Sep 17 00:00:00 2001 From: Dave O'Connor Date: Sat, 23 Jan 2021 11:30:03 +0000 Subject: [PATCH] correct comment. --- scripts/neohub_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/neohub_cli.py b/scripts/neohub_cli.py index 8aa50c9..52409ff 100755 --- a/scripts/neohub_cli.py +++ b/scripts/neohub_cli.py @@ -40,7 +40,7 @@ class NeohubCLI(object): def _hub_command_methods(self): """Return a list of NeoHub functions. - Right now this is just all callables not starting with _ + Right now this is just all methods not starting with _ """ all_methods = [