Skip to content

Commit

Permalink
Fix doubled text
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Mar 27, 2024
1 parent b6fa2ed commit 3dda0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globus_sdk/services/gcs/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def get_role_list(
:param collection_id: UUID of a Collection. If given then only roles
related to that Collection are returned, otherwise only Endpoint
roles are returned.
:param include: Pass "all_roles" to request all roles all roles
:param include: Pass "all_roles" to request all roles
relevant to the resource instead of only those the caller has on
the resource
:param page_size: Number of results to return per page
Expand Down

0 comments on commit 3dda0a0

Please sign in to comment.