From cb159dea72703e88b42353a45757f629b9593ede Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 7 Jan 2025 08:23:24 +0000 Subject: [PATCH] Black (#3736) --- Lib/fontTools/feaLib/ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/feaLib/ast.py b/Lib/fontTools/feaLib/ast.py index 5c621c13b..b9bab88ef 100644 --- a/Lib/fontTools/feaLib/ast.py +++ b/Lib/fontTools/feaLib/ast.py @@ -595,7 +595,7 @@ class MarkClassDefinition(Statement): class AlternateSubstStatement(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`_.""" def __init__(self, prefix, glyph, suffix, replacement, location=None):