From 5878e4f28f69331f3f8175f6d74f6aa48718a31d Mon Sep 17 00:00:00 2001 From: getzze Date: Mon, 3 Mar 2025 23:04:52 +0000 Subject: [PATCH] do not overwrite 'video' --- docs/user/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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