Skip to content

Indent ... in doctests #7743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CaedenPH opened this issue Oct 27, 2022 · 0 comments · Fixed by #7744
Closed

Indent ... in doctests #7743

CaedenPH opened this issue Oct 27, 2022 · 0 comments · Fixed by #7744
Labels
enhancement This PR modified some existing files

Comments

@CaedenPH
Copy link
Contributor

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
@CaedenPH CaedenPH added the enhancement This PR modified some existing files label Oct 27, 2022
@CaedenPH CaedenPH changed the title Indent ... in doctests` Indent ... in doctests Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant