diff options
Diffstat (limited to 'def_LinkTitle.py')
| -rwxr-xr-x | def_LinkTitle.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/def_LinkTitle.py b/def_LinkTitle.py index ebedb3a..beed133 100755 --- a/def_LinkTitle.py +++ b/def_LinkTitle.py @@ -7,7 +7,6 @@ from os.path import basename, splitext from railroad import * Diagram( - Start("complex"), Choice(0, Sequence( '"', @@ -31,6 +30,6 @@ Diagram( ")", ) ), - End("complex") + type="complex" ).writeStandalone( open(splitext(basename(__file__))[0] + ".svg", "w").write) |
