diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 00:09:17 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 00:11:47 +0200 |
| commit | 21e0c0c7eb9abfe46e55ba9dbc5bd2a54002053a (patch) | |
| tree | d8040ca21a8451abe7d758d16ddc0114a6a425f9 /kconfiglib.py | |
| parent | 91bd892bc90379cbcaa9c4f53661806085d97df0 (diff) | |
Remove redundant line continuations.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 0da87d7..7dbfc60 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3464,9 +3464,9 @@ def _parse_error(s, msg, filename, linenr): def _internal_error(msg): raise Internal_Error(msg + - "\nSorry! You may want to send an email to ulfalizer a.t Google's " \ - "email service to tell me about this. Include the message above " \ - "and the stack trace and describe what you were doing.") + "\nSorry! You may want to send an email to ulfalizer a.t Google's " + "email service to tell me about this. Include the message above and the " + "stack trace and describe what you were doing.") # # Internal global constants |
