Skip to content

Commit

Permalink
updates docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 20, 2023
1 parent da036eb commit 2abc469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapseclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ def get_user_profile_by_id(
:returns: The user profile for the user of interest.
Example::
my_profile = syn.getUserProfile()
freds_profile = syn.getUserProfile('fredcommo')
my_profile = syn.get_user_profile_by_id()
freds_profile = syn.get_user_profile_by_id(1234567)
"""
if id:
if not isinstance(id, int):
Expand Down

0 comments on commit 2abc469

Please sign in to comment.