From dbf3b6e6b24cbd5bfab4ea70eb26dfc80d0beb29 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Tue, 13 Mar 2018 23:30:34 -0600 Subject: [PATCH] MAINT: typo in marketplace help --- catalyst/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/__main__.py b/catalyst/__main__.py index f6505054..39b5e277 100644 --- a/catalyst/__main__.py +++ b/catalyst/__main__.py @@ -793,7 +793,7 @@ def ls(ctx): ) @click.pass_context def subscribe(ctx, dataset): - """Subscribe to an exisiting dataset. + """Subscribe to an existing dataset. """ marketplace = Marketplace() marketplace.subscribe(dataset)