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

Python multi line strings are not checked #73

Closed
Roang-zero1 opened this issue Oct 7, 2017 · 4 comments
Closed

Python multi line strings are not checked #73

Roang-zero1 opened this issue Oct 7, 2017 · 4 comments

Comments

@Roang-zero1
Copy link

In python files it is possible to define a multi line string like this:

print("""A string.
It will be on
multiple lines""")

These strings are currently not spell checked,
Normal strings like 'here' or "this" work fine.

@bartosz-antosik
Copy link
Owner

Thanks for this. I have missed this somehow (I personally hate multi-line strings ;-)) for which I blame this "string in some places is comment" phenomenon of Python. Never mind. Should be fixed tomorrow.

bartosz-antosik pushed a commit that referenced this issue Oct 9, 2017
@bartosz-antosik
Copy link
Owner

It should be resolved in version 1.2.17. Please let me know if it works ok for you. Thanks.

@Roang-zero1
Copy link
Author

I can confirm the multiline strings are now spellchecked.
Thanks for the fix.

@bartosz-antosik
Copy link
Owner

Thanks fo the update!

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

No branches or pull requests

2 participants