Skip to content

Possibly missing options in the documentation of timeit #101221

@busywhitespace

Description

@busywhitespace

The "Command-Line Interface" part of the documentation of timeit says:

python -m timeit [-n N] [-r N] [-u U] [-s S] [-h] [statement ...]

But actually the command can take additional two options, -p and -v, as the next part of the documentation describe.

So, for consistency, I suggest adding them into the usage part.

I've created the PR in case the issue is correct.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions