We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16da829 commit 9280471Copy full SHA for 9280471
1 file changed
arch/zx48k/optimizer/errors.py
@@ -8,7 +8,7 @@ class DuplicatedLabelError(Error):
8
This should never happen.
9
"""
10
def __init__(self, label):
11
- Error.__init__(self, "Invalid mnemonic '{}'".format(label))
+ Error.__init__(self, "Duplicated label '{}'".format(label))
12
self.label = label
13
14
0 commit comments