-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
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
It should be resolved in version 1.2.17. Please let me know if it works ok for you. Thanks. |
I can confirm the multiline strings are now spellchecked. |
Thanks fo the update! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In python files it is possible to define a multi line string like this:
These strings are currently not spell checked,
Normal strings like
'here'
or"this"
work fine.The text was updated successfully, but these errors were encountered: