We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a680b1 commit bd9220fCopy full SHA for bd9220f
src/simplejustwatchapi/query.py
@@ -300,7 +300,7 @@ class StreamingCharts(NamedTuple):
300
"""Rank on JustWatch."""
301
302
trend: str
303
- """Trend in ranking on JustWatch, "UP", "DOWN", "STABLE"."""
+ """Trend in ranking on JustWatch, ``UP``, ``DOWN``, ``STABLE``."""
304
305
trend_difference: int
306
"""Difference in rank; related to trend."""
@@ -321,7 +321,7 @@ class StreamingCharts(NamedTuple):
321
"""Number of days in top 1000 ranks."""
322
323
updated: str
324
- """Date when rank data was last updated as a string, e.g.: "2024-10-06T09:20:36.397Z"."""
+ """Date when rank data was last updated as a string, e.g.: ``2024-10-06T09:20:36.397Z``."""
325
326
327
class MediaEntry(NamedTuple):
0 commit comments