Skip to content

Commit c2b842f

Browse files
Tweak docstrings
1 parent 61d6474 commit c2b842f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/simplejustwatchapi/justwatch.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ def search(
3838
with increasing offset will guarantee that you won't get repeats.
3939
4040
JustWatch API won't allow for getting more than 2000 responses, either through ``count``, or
41-
when ``count + offset`` is greater than 2000, it will return an empty list instead.
42-
JustWatch API also won't "stop" after reaching actual total number of found entries,
43-
it will continue to return data (up to 2000).
41+
when ``count + offset`` is equal or greater than 2000 - it will return an empty list instead
42+
(ALWAYS an empty list, if ``offset`` is lower than 2000 it won't include entries up to 2000).
4443
4544
``best_only`` allows filtering out redundant offers, e.g. when service provides offers
4645
in 4K, HD and SD, using ``best_only = True`` returns only 4K option, ``best_only = False``

0 commit comments

Comments
 (0)