From 89a8457de32dc190c3b01ddd804d5bfee474f627 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Thu, 2 May 2024 21:07:19 +0200 Subject: [PATCH] Update built_ins.py: comment fix (#5384) wip Co-authored-by: a <1@1.1> --- xonsh/built_ins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonsh/built_ins.py b/xonsh/built_ins.py index 14ee98ed8..2dec238be 100644 --- a/xonsh/built_ins.py +++ b/xonsh/built_ins.py @@ -162,7 +162,7 @@ def pathsearch(func, s, pymode=False, pathobj=False): def subproc_captured_stdout(*cmds, envs=None): """Runs a subprocess, capturing the output. Returns the stdout - that was produced as a str. + that was produced as a str or list based on ``$XONSH_SUBPROC_OUTPUT_FORMAT``. """ import xonsh.procs.specs