Skip to content

Commit 187611c

Browse files
authored
fix docstring in get_subscription_summary client function (#1100)
* fix doc string
1 parent dbd975b commit 187611c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: planet/clients/subscriptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ async def get_subscription_summary(
438438
) -> dict:
439439
"""Summarize the status of results for a single subscription via GET.
440440
441-
Args
441+
Parameters:
442442
subscription_id (str): ID of the subscription to summarize.
443443
444444
Returns:

0 commit comments

Comments
 (0)