Skip to content

Commit 262aa4f

Browse files
Updated subscription_id docstring
Co-authored-by: Jennifer Reiber Kyle <jreiberkyle@users.noreply.github.com>
1 parent cd7f515 commit 262aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet/cli/subscriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async def update_subscription_cmd(ctx, subscription_id, request, pretty):
120120
@translate_exceptions
121121
@coro
122122
async def get_subscription_cmd(ctx, subscription_id, pretty):
123-
"""Gets the description of a subscription and prints the API response."""
123+
"""Get the description of a subscription."""
124124
async with subscriptions_client(ctx) as client:
125125
sub = await client.get_subscription(subscription_id)
126126
echo_json(sub, pretty)

0 commit comments

Comments
 (0)