aroberge / friendly

Aimed at Python beginners: replacing standard traceback by something easier to understand
https://friendly-traceback.github.io/docs/index.html
MIT License
325 stars 9 forks source link

Update message_analyzer.py #199

Closed buster-blue closed 3 years ago

buster-blue commented 3 years ago

I fixed a small grammatical for the why() output of eol_while_scanning_string_literal. I changed "You starting writing" to "You started writing".

buster-blue commented 3 years ago

Hi. I'm a beginner programmer so I'm not sure if I'm doing this right, but I saw a small grammatical error in one of the messages that friendly_traceback outputs, so I decided to see if I could fix it.

aroberge commented 3 years ago

Thank you very much! You did very well! :-)

In the future, it might be simpler for you, and as easy for me, if you simply file an issue, explaning what text needs to be changed, as I can quickly find it myself.