summaryrefslogtreecommitdiff
path: root/fonttools2016/fonttools2016_theme.py
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-05-11 15:40:27 +0200
committerBehdad Esfahbod <behdad@behdad.org>2016-05-11 17:20:35 +0200
commit2a9414f3c640ba4c04256eb014da01fba677eb02 (patch)
tree502bd17c14bb2aac8a41432d721983972bc437e8 /fonttools2016/fonttools2016_theme.py
parenta56b641e8e8188dfade43757d57ccfe8bb563465 (diff)
[fonttools2016] Remove unused bits
Diffstat (limited to 'fonttools2016/fonttools2016_theme.py')
-rw-r--r--fonttools2016/fonttools2016_theme.py2
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):