Skip to content

Commit bd9220f

Browse files
Tweak docs in returned structures
1 parent 6a680b1 commit bd9220f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simplejustwatchapi/query.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class StreamingCharts(NamedTuple):
300300
"""Rank on JustWatch."""
301301

302302
trend: str
303-
"""Trend in ranking on JustWatch, "UP", "DOWN", "STABLE"."""
303+
"""Trend in ranking on JustWatch, ``UP``, ``DOWN``, ``STABLE``."""
304304

305305
trend_difference: int
306306
"""Difference in rank; related to trend."""
@@ -321,7 +321,7 @@ class StreamingCharts(NamedTuple):
321321
"""Number of days in top 1000 ranks."""
322322

323323
updated: str
324-
"""Date when rank data was last updated as a string, e.g.: "2024-10-06T09:20:36.397Z"."""
324+
"""Date when rank data was last updated as a string, e.g.: ``2024-10-06T09:20:36.397Z``."""
325325

326326

327327
class MediaEntry(NamedTuple):

0 commit comments

Comments
 (0)