From b30469fac1899ddf8a4a3389749dc1e579135b3b Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Wed, 26 Feb 2025 23:44:45 +0600 Subject: [PATCH] Update environ.py: fix RST formatted comment --- xonsh/environ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonsh/environ.py b/xonsh/environ.py index 3f373edf8..01236ef24 100644 --- a/xonsh/environ.py +++ b/xonsh/environ.py @@ -1116,7 +1116,7 @@ class SubprocessSetting(Xettings): XONSH_CAPTURE_ALWAYS = Var.with_default( False, "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" "Setting to True has the following disadvantages:\n" "* Some interactive commands won't work properly (like when ``git`` invokes an interactive editor).\n"