Skip to content

Commit

Permalink
Correcting a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 5, 2023
1 parent ddafe93 commit e3fe517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@ def _find_teams_for_principal(
) -> typing.Generator[Team, None, None]:
"""
Retrieve a list of teams for the matching principal ID. If the principalId that is passed in is a team itself,
or not found, this will return an empty list.
or not found, this will return a generator that yields no results.
:param principal_id: Identifier of a user or group.
Expand Down

0 comments on commit e3fe517

Please sign in to comment.