Skip to content

DOC: Change print statements to print function calls #4967

Closed
@alefnula

Description

@alefnula

Suggestion: Changing print open('bar.csv').read() statements to print(open('bar.csv').read()) in documentation would make the docs more compatible with Python3.X and still keep it compatible with Python2.X.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions