Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Mar 31, 2021
1 parent c31c5cf commit 8640317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transmission_rpc/torrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def eta(self) -> datetime.timedelta:
@property
def date_active(self) -> datetime.datetime:
"""
the attribute "activityDate",
the attribute ``activityDate``.
:rtype: datetime.timedelta
"""
Expand All @@ -318,7 +318,7 @@ def date_active(self) -> datetime.datetime:
@property
def date_added(self) -> datetime.datetime:
"""
the attribute "addedDate"
the attribute ``addedDate``.
:rtype: datetime.timedelta
"""
Expand All @@ -327,7 +327,7 @@ def date_added(self) -> datetime.datetime:
@property
def date_started(self) -> datetime.datetime:
"""
the attribute "startDate"
the attribute ``startDate``.
:rtype: datetime.timedelta
"""
Expand Down

0 comments on commit 8640317

Please sign in to comment.