diff options
Diffstat (limited to 'fonttools2016/fonttools2016_theme.py')
-rw-r--r-- | fonttools2016/fonttools2016_theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fonttools2016/fonttools2016_theme.py b/fonttools2016/fonttools2016_theme.py index 0275688..2ba7b9f 100644 --- a/fonttools2016/fonttools2016_theme.py +++ b/fonttools2016/fonttools2016_theme.py @@ -57,7 +57,7 @@ def prepare_page (renderer): cr.set_source_rgb (*fg_color) cr.move_to (.5 * width, height-p2) - text = unicode("Behdad Esfahbod | FontTools/TTX|TYPO Labs Berlin | 11 may 2016") + text = unicode("Behdad Esfahbod | FontTools/TTX | TYPO Labs Berlin | 11 may 2016") letters = [] global j for i,c in enumerate(text): |