Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dragonfly/grammar/elements_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,8 @@ def value(self, node):
class Modifier(Alternative):
"""
Element allowing direct modification of the output of another
element at recognition time.
element at recognition time. Keeps the same name and default value
as the original (given/child) element.

Constructor arguments:
- *element* (*Element*) -- The element to be recognised, e.g.
Expand Down