diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-08 23:51:18 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-08 23:51:18 +0200 |
| commit | aa5b9e710e04a67e689af0bcc61c27f9f052c035 (patch) | |
| tree | 1f1c220d2ae3740c60eaeaa6dc4bf48ddfc2757a | |
| parent | d29fb1398c608f6923aacabfbf0baabdc900c249 (diff) | |
_shell_fn() comment nit
| -rw-r--r-- | kconfiglib.py | 4 |
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 |
