Skip to content

Commit

Permalink
Fix docs for myself
Browse files Browse the repository at this point in the history
Docstring was copy pasted from `server_info`, minor fix
  • Loading branch information
Encephala authored Sep 25, 2024
1 parent 9900396 commit 767f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3632,7 +3632,7 @@ def server_info(self) -> dict[str, Any]:
return j

def myself(self) -> dict[str, Any]:
"""Get a dict of server information for this Jira instance.
"""Get a dict of client information for this Jira instance.
Returns:
Dict[str, Any]
Expand Down

0 comments on commit 767f4a5

Please sign in to comment.