summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py4
1 files changed, 2 insertions, 2 deletions
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