Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions newsapi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@

#: The 2-letter ISO-639-1 code of the language you want to get articles for. If not specified,
#: the results span all languages.
languages = {"ar", "en", "cn", "de", "es", "fr", "he", "it", "nl", "no", "pt", "ru", "sv", "se", "ud", "zh",
"en-US"}
languages = {"ar", "en", "de", "es", "fr", "he", "it", "nl", "no", "pt", "ru", "sv", "ud", "zh"}

#: The category you want to get articles for. If not specified,
#: the results span all categories.
Expand Down