Skip to content

Commit

Permalink
Fix docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Jul 15, 2021
1 parent e817792 commit c4eb4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ll/ul4c.py
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@ def evalfold(cls, obj):
@register("print")
class PrintAST(UnaryAST):
"""
AST node for a ``<?print?>`` tag (e.g. ``<?print x?>``.
AST node for a ``<?print?>`` tag (e.g. ``<?print x?>``).
Attributes are:
Expand All @@ -3330,7 +3330,7 @@ def eval(self, context):
@register("printx")
class PrintXAST(UnaryAST):
"""
AST node for a ``<?printx?>`` tag (e.g. ``<?printx x?>``.
AST node for a ``<?printx?>`` tag (e.g. ``<?printx x?>``).
Attributes are:
Expand Down

0 comments on commit c4eb4ab

Please sign in to comment.