Skip to content
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

Fix docstring leading space. #14279

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Fix docstring leading space. #14279

merged 1 commit into from
Dec 31, 2023

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Dec 31, 2023

Since python/cpython#106411, it look like cpython is removing leading space and indent.

We therefore need conditional check, until we decide Wether this is a problem we want to deal with or not.

@Carreau Carreau added this to the 8.20 milestone Dec 31, 2023
Since python/cpython#106411, it look like
cpython is removing leading space and indent.

We therefore need conditional check, until we decide Wether this is a
problem we want to deal with or not.
@Carreau
Copy link
Member Author

Carreau commented Dec 31, 2023

This reduce the number of failures on 3.13 to 4

@Carreau Carreau merged commit fd2cf18 into ipython:main Dec 31, 2023
20 of 21 checks passed
@Carreau Carreau deleted the dedent-3.13 branch December 31, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant