From 314eee05c755bbb5c46c89dad0b76586477ae888 Mon Sep 17 00:00:00 2001 From: Nathan Williis Date: Fri, 6 Dec 2024 11:37:17 +0000 Subject: [PATCH] [Docs] Fix docstring typo in gcid table module. --- Lib/fontTools/ttLib/tables/_g_c_i_d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/ttLib/tables/_g_c_i_d.py b/Lib/fontTools/ttLib/tables/_g_c_i_d.py index f2c61ae3c..9d6d6ae42 100644 --- a/Lib/fontTools/ttLib/tables/_g_c_i_d.py +++ b/Lib/fontTools/ttLib/tables/_g_c_i_d.py @@ -5,7 +5,7 @@ from .otBase import BaseTTXConverter class table__g_c_i_d(BaseTTXConverter): """Glyph ID to CID table - The AAT ``gcid` table stores glyphID-to-CID mappings. + The AAT ``gcid`` table stores glyphID-to-CID mappings. See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6gcid.html """