Skip to content

Incorrect command to launch view_instructions_and_game_over example #1287

@caarmen

Description

@caarmen

Documentation request:

What documentation needs to change?

The python command given in the view_instructions_and_game_over example.

Where is it located?

arcade/examples/view_instructions_and_game_over.py

What is wrong with it? How can it be improved?

The command specifies a python file extension, and it shouldn't.

Current doc:

If Python and Arcade are installed, this example can be run from the command line with:
python -m arcade.examples.view_instructions_and_game_over.py

Expected doc:

If Python and Arcade are installed, this example can be run from the command line with:
python -m arcade.examples.view_instructions_and_game_over

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