MAINT: typo in marketplace help

This commit is contained in:
Victor Grau Serrat
2018-03-13 23:30:34 -06:00
parent 3e69449a6b
commit dbf3b6e6b2
+1 -1
View File
@@ -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)