Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/svg_end_group.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysamples/svg_end_group.py')
-rw-r--r--pysamples/svg_end_group.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pysamples/svg_end_group.py b/pysamples/svg_end_group.py
index 6b951df..3f5f495 100644
--- a/pysamples/svg_end_group.py
+++ b/pysamples/svg_end_group.py
@@ -17,6 +17,5 @@
def myblock(tw, x):
''' Add end group to SVG output '''
-
- tw.svg_string += '</g>'
+ tw.svg_string += '</g>'