aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-09-17 10:14:44 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-09-17 10:14:44 +0530
commit2b24afa6d7f0ed09a663b4483d29f7c05258edfe (patch)
tree68372b00c077e772435361cd278b0434d7692748 /yt_dlp/utils.py
parent3166e6840c7f7b1ea3984f0e40a892d87e690480 (diff)
downloadhypervideo-pre-2b24afa6d7f0ed09a663b4483d29f7c05258edfe.tar.lz
hypervideo-pre-2b24afa6d7f0ed09a663b4483d29f7c05258edfe.tar.xz
hypervideo-pre-2b24afa6d7f0ed09a663b4483d29f7c05258edfe.zip
Improve 5736d79172c47ff84740d5720467370a560febad
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r--yt_dlp/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py
index 25910ed6c..a24ca828e 100644
--- a/yt_dlp/utils.py
+++ b/yt_dlp/utils.py
@@ -762,7 +762,7 @@ def sanitized_Request(url, *args, **kwargs):
def expand_path(s):
- """Expand shell variables and ~"""
+ """Expand $ shell variables and ~"""
return os.path.expandvars(compat_expanduser(s))