Correct docstring of AlternateSubstStatement (#3735)
This commit is contained in:
parent
ef07e3b2cc
commit
b497b5de60
@ -595,8 +595,8 @@ class MarkClassDefinition(Statement):
|
|||||||
class AlternateSubstStatement(Statement):
|
class AlternateSubstStatement(Statement):
|
||||||
"""A ``sub ... from ...`` statement.
|
"""A ``sub ... from ...`` statement.
|
||||||
|
|
||||||
``prefix``, ``glyph``, ``suffix`` and ``replacement`` should be lists of
|
``glyph`` and ``replacement`` should be `glyph-containing objects`_.
|
||||||
`glyph-containing objects`_. ``glyph`` should be a `one element list`."""
|
``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):
|
||||||
Statement.__init__(self, location)
|
Statement.__init__(self, location)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user