The README file’s example calls the print statement, which is replaced by the print function in Python 3, meaning it now fails:
print ppretty(…)
^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
License
This report (including all messages and attachments I add to it) is offered under the terms of CC0 1.0.
The README file’s example calls the
printstatement, which is replaced by the print function in Python 3, meaning it now fails:License
This report (including all messages and attachments I add to it) is offered under the terms of CC0 1.0.