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 tripple quotes to match PEP #888

Merged
merged 1 commit into from
Jul 16, 2018
Merged

Conversation

akaRem
Copy link
Contributor

@akaRem akaRem commented Jul 14, 2018

Tripple-doubleqoutes (""") are used almost everewhere in this project.
And they are PEP compliant. However there are few places where
tripple-singlequotes (''') are still used.

This patch replaces quotes with correct ones (''' -> """)

Tripple-doubleqoutes (`"""`) are used almost everewhere in this project.
And they are PEP compliant. However there are few places where
tripple-singlequotes (`'''`) are still used.

This patch replaces quotes with correct ones (`"""` -> `'''`).

Signed-off-by: Ivan Remizov <[email protected]>
@akaRem akaRem force-pushed the fix/tripple-quotes branch from 43b9ccb to 40bfd96 Compare July 14, 2018 21:28
@chouseknecht chouseknecht requested a review from cutwater July 15, 2018 16:00
@cutwater cutwater merged commit 410e31e into ansible:devel Jul 16, 2018
@akaRem akaRem deleted the fix/tripple-quotes branch July 16, 2018 09:21
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.

2 participants