Skip to content

Commit e57b6e2

Browse files
committed
fix parameter name
1 parent ecbc838 commit e57b6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet/subscription_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def destination(destination_ref: str,
534534
"""Specify a Destinations API destination by its ref.
535535
536536
Parameters:
537-
destination_id: The ID of the destination to deliver to.
537+
destination_ref: The ID of the destination to deliver to.
538538
"""
539539
parameters: Dict[str, Any] = {"ref": destination_ref}
540540

0 commit comments

Comments
 (0)