From 8e174ba7dee040d3fb4e14b21b39c3993dd79dd1 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Mon, 2 Jan 2023 19:39:28 +0530 Subject: [docs] Improvements Closes #5846, closes #5774 --- yt_dlp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/utils.py') diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index 45a7e6eaa..eeb984cea 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -5438,7 +5438,7 @@ def traverse_obj( The keys in the path can be one of: - `None`: Return the current object. - - `str`/`int`: Return `obj[key]`. For `re.Match, return `obj.group(key)`. + - `str`/`int`: Return `obj[key]`. For `re.Match`, return `obj.group(key)`. - `slice`: Branch out and return all values in `obj[key]`. - `Ellipsis`: Branch out and return a list of all values. - `tuple`/`list`: Branch out and return a list of all matching values. -- cgit v1.2.3