Skip to content

Syntax error in docs/guide/app.md #6461

@IEBqp

Description

@IEBqp

In docs/guide/app.md exit example there is a syntax error at:

if __name__ == "__main__":  #  ":" is missing
    app = MyApp()
    app.run()
    import sys
    sys.exit(app.return_code or 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions