Update built_ins.py: comment fix (#5384)

wip

Co-authored-by: a <1@1.1>
This commit is contained in:
Andy Kipp 2024-05-02 21:07:19 +02:00 committed by GitHub
parent a5f0308a5a
commit 89a8457de3
Failed to generate hash of commit

View file

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