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

bpo-32747: remove trailing spaces in docstring #5491

Merged
merged 2 commits into from
Feb 2, 2018
Merged

bpo-32747: remove trailing spaces in docstring #5491

merged 2 commits into from
Feb 2, 2018

Conversation

oldk1331
Copy link
Contributor

@oldk1331 oldk1331 commented Feb 2, 2018

This is a simple PR that removes trailing spaces in docstring,
which are found by:

    grep -R ' \\n\\$' .

https://bugs.python.org/issue32747

@serhiy-storchaka
Copy link
Member

Please fix also trailing spaces which are found by:

git grep ' \\n"'

(except tests where they are intentional).

@oldk1331 oldk1331 requested a review from a team as a code owner February 2, 2018 08:31
Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@serhiy-storchaka serhiy-storchaka merged commit aa0735f into python:master Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants