Skip to content

random.randrange documentation needs fixing #4647

@dhalbert

Description

@dhalbert

random.randrange says its signature is randrange(stop: Tuple[int, int, int]) -> int:

But it should say its signature is like this: (pasted from CPython doc)

random.randrange(stop)
random.randrange(start, stop[, step])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions