From aa5b9e710e04a67e689af0bcc61c27f9f052c035 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 8 Oct 2018 23:51:18 +0200 Subject: _shell_fn() comment nit --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 8af1c29..1af640e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -5977,8 +5977,8 @@ def _shell_fn(kconf, _, command): command, "\n".join(stderr.splitlines())), kconf._filename, kconf._linenr) - # Manual universal newlines with splitlines() (to prevent e.g. stray \r's - # in command output on Windows), trailing newline removal, and + # Universal newlines with splitlines() (to prevent e.g. stray \r's in + # command output on Windows), trailing newline removal, and # newline-to-space conversion. # # On Python 3 versions before 3.6, it's not possible to specify the -- cgit v1.2.3