This commit is contained in:
Simon Cozens 2025-01-07 08:23:24 +00:00 committed by GitHub
parent b497b5de60
commit cb159dea72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -595,7 +595,7 @@ class MarkClassDefinition(Statement):
class AlternateSubstStatement(Statement): class AlternateSubstStatement(Statement):
"""A ``sub ... from ...`` statement. """A ``sub ... from ...`` statement.
``glyph`` and ``replacement`` should be `glyph-containing objects`_. ``glyph`` and ``replacement`` should be `glyph-containing objects`_.
``prefix`` and ``suffix`` should be lists of `glyph-containing objects`_.""" ``prefix`` and ``suffix`` should be lists of `glyph-containing objects`_."""
def __init__(self, prefix, glyph, suffix, replacement, location=None): def __init__(self, prefix, glyph, suffix, replacement, location=None):