From: Bob Halley Date: Sun, 3 May 2020 13:42:22 +0000 (-0700) Subject: fix indentation error after tokenizer refactoring X-Git-Tag: v2.0.0rc1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a961691ce6c61f32b4e92a16cf216a1ce130e993;p=thirdparty%2Fdnspython.git fix indentation error after tokenizer refactoring --- diff --git a/dns/tokenizer.py b/dns/tokenizer.py index 57d4a572..b56f97a8 100644 --- a/dns/tokenizer.py +++ b/dns/tokenizer.py @@ -425,7 +425,7 @@ class Tokenizer(object): self._unget_char(c) break elif self.quoting and c == '\n': - raise dns.exception.SyntaxError('newline in quoted string') + raise dns.exception.SyntaxError('newline in quoted string') elif c == '\\': # # It's an escape. Put it and the next character into