aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/pens/reportLabPen.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/pens/reportLabPen.py')
-rw-r--r--Lib/fontTools/pens/reportLabPen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/pens/reportLabPen.py b/Lib/fontTools/pens/reportLabPen.py
index c0a4610b..43217d42 100644
--- a/Lib/fontTools/pens/reportLabPen.py
+++ b/Lib/fontTools/pens/reportLabPen.py
@@ -7,7 +7,7 @@ __all__ = ["ReportLabPen"]
class ReportLabPen(BasePen):
- """A pen for drawing onto a reportlab.graphics.shapes.Path object."""
+ """A pen for drawing onto a ``reportlab.graphics.shapes.Path`` object."""
def __init__(self, glyphSet, path=None):
BasePen.__init__(self, glyphSet)