QuinterApp / Quinter

The accessible Quinter Twitter client
11 stars 9 forks source link

minor fixes #15

Closed mehgcap closed 3 years ago

mehgcap commented 3 years ago

This PR fixes a few minor errors my IDE found. For instance, twice "except exception" was used, when "exception" should be capitalized, and once, ceil() was called instead of math.ceil. There's also a case of sys.exit() being called when sys hadn't been imported. Finally, there's one grammar change, going from "don't" to "doesn't" to agree with the subject of the sentence.

TheQuinbox commented 3 years ago

Looks great, thanks!