Skip to content

Commit

Permalink
Correct doc: dismiss_recommendation accepts only title
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 16, 2022
1 parent 762217d commit f8f7a2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/movies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ block the specified movie from being shown in your recommended movies.
::

>>> from trakt.movies import dismiss_recommendation
>>> dismiss_recommendation(imdb_id='tt3139072', title='Son of Batman',
... year=2014)
>>> dismiss_recommendation('Son of Batman')


This code snippet would prevent Son of Batman from appearing in your recommended
Expand Down

0 comments on commit f8f7a2e

Please sign in to comment.