From 03e2ecf4f77a0b00709d793c859bae6bd799f01f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin Date: Sat, 6 Jan 2024 15:24:09 -0500 Subject: [PATCH] Adapt docstring Signed-off-by: Jean-Christophe Morin --- src/rez/system.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rez/system.py b/src/rez/system.py index 64d2be7f7..abdc6981e 100644 --- a/src/rez/system.py +++ b/src/rez/system.py @@ -65,7 +65,8 @@ def shell(self): """Get the current shell. Returns: - The current shell this process is running in (bash, tcsh, pwsh, etc). + The current shell this process is running in (bash, tcsh, pwsh, etc). On Windows, + the return value is always "powershell". """ from rez.shells import get_shell_types shells = set(get_shell_types())