Skip to content

Conversation

IamPhytan
Copy link
Contributor

This snippet is escaping backslashes, which creates escaped quotation marks in Python files

Snippet creates the following code :

\"\"\"sumary_line
    
Keyword arguments:
argument -- description
Return: return_description
\"\"\"

It should instead create this code :

"""sumary_line
    
Keyword arguments:
argument -- description
Return: return_description
"""

This snippet is escaping backslashes, which creates escaped quotation marks in Python files
Backslashes in the end of the snippet
@IamPhytan
Copy link
Contributor Author

Corrects the issue #10

@IamPhytan
Copy link
Contributor Author

Hello @cstrap
Is this PR good to be merged ?

@cstrap cstrap merged commit 072e6d3 into cstrap:master Aug 24, 2021
@cstrap
Copy link
Owner

cstrap commented Aug 24, 2021

Thanks for contributing!

@IamPhytan
Copy link
Contributor Author

Thanks a lot for the merges !

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.

3 participants