mattlisiv / newsapi-python

A Python Client for News API
MIT License
376 stars 130 forks source link

Make 'en' default language for get_top_headlines method; issue #18 #25

Closed danielmichaels closed 5 years ago

danielmichaels commented 5 years ago

Hey Matt, Great library, thanks for the good work. In reference to open issue #18 I have made the minor fixes to make english the default language.

The only changes are within get_top_headlines and a comment formatting fix. All tests are passing, although this is not explicitly tested for.

mattlisiv commented 5 years ago

Perfect @danielmichaels . Thanks a bunch!