Update environ.py: fix RST formatted comment

This commit is contained in:
Andy Kipp 2025-02-26 23:44:45 +06:00 committed by GitHub
parent b5769cc88a
commit b30469fac1
Failed to generate hash of commit

View file

@ -1116,7 +1116,7 @@ class SubprocessSetting(Xettings):
XONSH_CAPTURE_ALWAYS = Var.with_default( XONSH_CAPTURE_ALWAYS = Var.with_default(
False, False,
"Try to capture output of commands run without explicit capturing.\n" "Try to capture output of commands run without explicit capturing.\n"
"If True, xonsh will capture the output of commands run directly or in ``![]``" "If True, xonsh will capture the output of commands run directly or in ``![]`` "
"to the session history.\n" "to the session history.\n"
"Setting to True has the following disadvantages:\n" "Setting to True has the following disadvantages:\n"
"* Some interactive commands won't work properly (like when ``git`` invokes an interactive editor).\n" "* Some interactive commands won't work properly (like when ``git`` invokes an interactive editor).\n"