summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-08 23:51:18 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-08 23:51:18 +0200
commitaa5b9e710e04a67e689af0bcc61c27f9f052c035 (patch)
tree1f1c220d2ae3740c60eaeaa6dc4bf48ddfc2757a /kconfiglib.py
parentd29fb1398c608f6923aacabfbf0baabdc900c249 (diff)
_shell_fn() comment nit
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