diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-02-05 11:12:32 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-02-05 11:30:30 +0300 |
commit | 409081f7caab0fd90da025db03f20c596905c1f9 (patch) | |
tree | a8b32fd5082d1277e0b727ffbd2604cad4b6abf7 /contrib/python/fonttools/fontTools/feaLib/ast.py | |
parent | 64dbe3e5f2c96d6cf15ada015fb6ee64d12c02ff (diff) | |
download | ydb-409081f7caab0fd90da025db03f20c596905c1f9.tar.gz |
Intermediate changes
commit_hash:6c65b2ed290900c658e42d7818d9bd50d568a8ba
Diffstat (limited to 'contrib/python/fonttools/fontTools/feaLib/ast.py')
-rw-r--r-- | contrib/python/fonttools/fontTools/feaLib/ast.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/fonttools/fontTools/feaLib/ast.py b/contrib/python/fonttools/fontTools/feaLib/ast.py index 17c6cc3fbe..b9bab88ef2 100644 --- a/contrib/python/fonttools/fontTools/feaLib/ast.py +++ b/contrib/python/fonttools/fontTools/feaLib/ast.py @@ -595,8 +595,8 @@ class MarkClassDefinition(Statement): class AlternateSubstStatement(Statement): """A ``sub ... from ...`` statement. - ``prefix``, ``glyph``, ``suffix`` and ``replacement`` should be lists of - `glyph-containing objects`_. ``glyph`` should be a `one element list`.""" + ``glyph`` and ``replacement`` should be `glyph-containing objects`_. + ``prefix`` and ``suffix`` should be lists of `glyph-containing objects`_.""" def __init__(self, prefix, glyph, suffix, replacement, location=None): Statement.__init__(self, location) |