aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mparser.py')
-rw-r--r--mesonbuild/mparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mparser.py b/mesonbuild/mparser.py
index 735766e..85b649a 100644
--- a/mesonbuild/mparser.py
+++ b/mesonbuild/mparser.py
@@ -196,7 +196,7 @@ class Lexer:
if match_text.find("\n") != -1:
mlog.warning(textwrap.dedent("""\
Newline character in a string detected, use ''' (three single quotes) for multiline strings instead.
- This will become a hard error in a future Meson release.\
+ This will become a hard error in a future Meson release.
"""),
self.getline(line_start),
str(lineno),