Skip to content

Commit 38074cf

Browse files
committed
changed 'to_param' to 'to' within function
1 parent 704c1e4 commit 38074cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

newsapi/newsapi_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_top_headlines(self, q=None, sources=None, language=None, country=None, c
117117

118118
return r.json()
119119

120-
def get_everything(self, q=None, sources=None, domains=None, from_param=None, to_param=None, language=None,
120+
def get_everything(self, q=None, sources=None, domains=None, from_param=None, to=None, language=None,
121121
sort_by=None, page=None, page_size=None):
122122
"""
123123
Search through millions of articles from over 5,000 large and small news sources and blogs.

0 commit comments

Comments
 (0)