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 and studioj committed Nov 22, 2024
1 parent a6de719 commit 20d4388
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 20d4388

Please sign in to comment.