diff --git a/Lib/fontTools/ttLib/ttFont.py b/Lib/fontTools/ttLib/ttFont.py index 59c55abb4..f9b18008a 100644 --- a/Lib/fontTools/ttLib/ttFont.py +++ b/Lib/fontTools/ttLib/ttFont.py @@ -40,7 +40,7 @@ class TTFont(object): >> tt['head'].unitsPerEm 2048 - For details of the objects returned when accessing each table, see the + For details of the objects returned when accessing each table, see the :doc:`tables ` documentation. To add a table to the font, use the :py:func:`newTable` function: