[Docs] Fix docstring typo in gcid table module.

This commit is contained in:
Nathan Williis 2024-12-06 11:37:17 +00:00
parent dcb6f22693
commit 314eee05c7

View File

@ -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
"""