This commit is contained in:
pukkandan
2022-09-17 10:14:44 +05:30
parent 3166e6840c
commit 2b24afa6d7
3 changed files with 6 additions and 4 deletions

View File

@@ -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))