From 1b6b5872bbae97b12b6c076cd2beba9fbdf37e86 Mon Sep 17 00:00:00 2001 From: Nathan Williis Date: Sat, 7 Dec 2024 17:23:09 +0000 Subject: [PATCH] Black. --- Lib/fontTools/ttLib/ttFont.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: