Skip to content

Commit

Permalink
update module commment
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Sep 27, 2024
1 parent 9975fed commit 9bff41f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mcpyrate/unparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"""Back-convert a Python AST into source code. Original formatting is disregarded.
Python 3.9+ provides `ast.unparse`, but ours comes with some additional features,
notably syntax highlighting and debug rendering of invisible AST nodes.
notably syntax highlighting and debug rendering of invisible AST nodes as well as
of `mcpyrate`'s AST markers.
Last updated for Python 3.12.
"""

__all__ = ["UnparserError", "unparse", "unparse_with_fallbacks"]
Expand Down

0 comments on commit 9bff41f

Please sign in to comment.