diff options
| -rwxr-xr-x | def_PRINTABLES.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/def_PRINTABLES.py b/def_PRINTABLES.py index d5aed28..e5bb154 100755 --- a/def_PRINTABLES.py +++ b/def_PRINTABLES.py @@ -8,7 +8,7 @@ from railroad import * Diagram( Start("complex"), - OneOrMore("[[:graph:]]+"), + "[[:graph:]]+", End("complex") ).writeStandalone( open(splitext(basename(__file__))[0] + ".svg", "w").write) |
