Expand warning text

This commit is contained in:
Sei Lisa 2016-06-27 22:38:19 +02:00
parent 6b45d4efcf
commit a13b1cb77e

View file

@ -169,7 +169,8 @@ class EParseInvalidCont(EParse):
class EParseInvalidBackslash(EParse): class EParseInvalidBackslash(EParse):
def __init__(self, parser): def __init__(self, parser):
super(EParseInvalidBackslash, self).__init__(parser, super(EParseInvalidBackslash, self).__init__(parser,
u"Preprocessor directive can't end in backslash") u"Preprocessor directive can't end in backslash."
u" Activate the preprocessor or put everything in the same line.")
class EInternal(Exception): class EInternal(Exception):
"""This exception is a construct to allow a different function to cause an """This exception is a construct to allow a different function to cause an