Skip to content

Commit 898d71e

Browse files
committed
Spelling and capitalization
1 parent 64ee002 commit 898d71e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

planet/cli/subscriptions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,22 +186,22 @@ async def list_subscription_results_cmd(ctx,
186186
"""Print the results of a subscription to stdout.
187187
188188
The output of this command is a sequence of JSON objects (the
189-
default) or a sequence of commna-separated fields (when the --csv
189+
default) or a sequence of comma-separated fields (when the --csv
190190
option is used), one result per line.
191191
192192
Examples:
193193
194194
\b
195195
planet subscriptions results SUBSCRIPTION_ID --status=success --limit 10
196196
197-
where SUBSCRIPTION_ID is the unique identifier for a subscription,
198-
prints the last 10 successfully delivered results for that
197+
Where SUBSCRIPTION_ID is the unique identifier for a subscription,
198+
this prints the last 10 successfully delivered results for that
199199
subscription as JSON objects.
200200
201201
\b
202202
planet subscriptions results SUBSCRIPTION_ID --limit 0 --csv > results.csv
203203
204-
prints all results for a subscription and saves them to a CSV file.
204+
Prints all results for a subscription and saves them to a CSV file.
205205
"""
206206
async with subscriptions_client(ctx) as client:
207207
if csv_flag:

0 commit comments

Comments
 (0)