diff --git a/docs/user/usage.rst b/docs/user/usage.rst index a1b40c51..262d8004 100644 --- a/docs/user/usage.rst +++ b/docs/user/usage.rst @@ -98,8 +98,8 @@ Here video information was guessed based on the name of the video, you can acces Video information is guessed using the path, not only the file name. This helps guessing episodes such as: - >>> video = Video.fromname('Mrs.America/01x01.mp4') - >>> video + >>> episode = Video.fromname('Mrs.America/01x01.mp4') + >>> episode Configuration