Skip to content

Commit f8f7a2e

Browse files
committed
Correct doc: dismiss_recommendation accepts only title
1 parent 762217d commit f8f7a2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/movies.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ block the specified movie from being shown in your recommended movies.
1515
::
1616

1717
>>> from trakt.movies import dismiss_recommendation
18-
>>> dismiss_recommendation(imdb_id='tt3139072', title='Son of Batman',
19-
... year=2014)
18+
>>> dismiss_recommendation('Son of Batman')
2019

2120

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

0 commit comments

Comments
 (0)