aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/pens/filterPen.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/pens/filterPen.py')
-rw-r--r--Lib/fontTools/pens/filterPen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/fontTools/pens/filterPen.py b/Lib/fontTools/pens/filterPen.py
index 81423109..6c8712c2 100644
--- a/Lib/fontTools/pens/filterPen.py
+++ b/Lib/fontTools/pens/filterPen.py
@@ -9,7 +9,6 @@ class _PassThruComponentsMixin(object):
class FilterPen(_PassThruComponentsMixin, AbstractPen):
-
"""Base class for pens that apply some transformation to the coordinates
they receive and pass them to another pen.