diff options
Diffstat (limited to 'syntax/AnnotatedWords.py')
| -rwxr-xr-x | syntax/AnnotatedWords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/AnnotatedWords.py b/syntax/AnnotatedWords.py index 729411b..3e565e6 100755 --- a/syntax/AnnotatedWords.py +++ b/syntax/AnnotatedWords.py @@ -10,7 +10,7 @@ Diagram( NonTerminal("Words"), "]", "{", - NonTerminal('![{}] PlainWords'), + NonTerminal('KeyWords'), "}", type="complex" ).writeStandalone(sys.stdout.write) |
