Pycharm with underline in code

1

I'm using the appearance dracula in pycharm the problem that my comments are with underlined lines as if it were automatic correction of the word (I hate it) with big codes this is mt annoying. Does anyone know how to remove them?

There is still a doubt .......

    
asked by anonymous 23.09.2016 / 17:49

2 answers

2

File-> Settings-> Inspections

Spelling, uncheck Typo.

    
23.09.2016 / 18:22
-1

It's the editor's notices, in your comment leave a space between the '#' and the comment. It would look like this: # start of the comment, these warnings are to leave your code always with the same pattern. I hope I have helped.

    
09.12.2017 / 01:33