Fix docstring too

This commit is contained in:
Simon Cozens 2021-03-15 13:47:44 +00:00
parent d0101eff1e
commit f2f8a6a42a

View File

@ -1037,8 +1037,8 @@ class MarkMarkPosBuilder(LookupBuilder):
source which produced this lookup. source which produced this lookup.
marks: An dictionary mapping a glyph name to a two-element marks: An dictionary mapping a glyph name to a two-element
tuple containing a mark class ID and ``otTables.Anchor`` object. tuple containing a mark class ID and ``otTables.Anchor`` object.
baseMarks: An dictionary mapping a glyph name to a two-element baseMarks: An dictionary mapping a glyph name to a dictionary
tuple containing a mark class ID and ``otTables.Anchor`` object. containing one item: a mark class ID and a ``otTables.Anchor`` object.
lookupflag (int): The lookup's flag lookupflag (int): The lookup's flag
markFilterSet: Either ``None`` if no mark filtering set is used, or markFilterSet: Either ``None`` if no mark filtering set is used, or
an integer representing the filtering set to be used for this an integer representing the filtering set to be used for this