1 parent 762217d commit f8f7a2eCopy full SHA for f8f7a2e
1 file changed
docs/movies.rst
@@ -15,8 +15,7 @@ block the specified movie from being shown in your recommended movies.
15
::
16
17
>>> from trakt.movies import dismiss_recommendation
18
- >>> dismiss_recommendation(imdb_id='tt3139072', title='Son of Batman',
19
- ... year=2014)
+ >>> dismiss_recommendation('Son of Batman')
20
21
22
This code snippet would prevent Son of Batman from appearing in your recommended
0 commit comments