Skip to content

Commit

Permalink
docs: fix markup error in Session docstring (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin authored Nov 29, 2024
1 parent e9e300a commit cddc42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission_rpc/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Session(Container):
https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md#41-session-arguments
Warnings:
setter on session's properties has been removed, please use :py:meth`Client.set_session` instead
setter on session's properties has been removed, please use :py:meth:`Client.set_session` instead
"""

@property
Expand Down

0 comments on commit cddc42e

Please sign in to comment.