Skip to content

Indent ... in doctests #7743

Closed
Closed
@CaedenPH

Description

@CaedenPH

Feature description

Correct

>>> x
Traceback (most recent call last):
...
NameError: name 'x' is not defined

to

Traceback (most recent call last):
    ...
NameError: name 'x' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions