berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
810 stars 102 forks source link

Change `node_to_source` to `to_source`. #194

Closed peaceamongworlds closed 3 years ago

peaceamongworlds commented 3 years ago

The docstring of SourceGenerator in code_gen.py mentions a node_to_source functions, which doesn't seem to exist in this repository. Is this meant to be a reference to the to_source function instead?

berkerpeksag commented 3 years ago

Thank you!