From 628b1c99aa9664087c6e08f7b3188640f389c5e8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 20 Feb 2017 14:34:41 -0600 Subject: [PATCH] [symfont] Remove stale docstring --- Snippets/symfont.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Snippets/symfont.py b/Snippets/symfont.py index 8684534e4..a6e61be78 100755 --- a/Snippets/symfont.py +++ b/Snippets/symfont.py @@ -1,12 +1,5 @@ #! /usr/bin/env python -""" -Pen to calculate geometrical glyph statistics. - -When this is fully fleshed out, it will be moved to a more prominent -place, like fontTools.pens. -""" - from __future__ import print_function, division, absolute_import from fontTools.misc.py23 import *