Skip to content

Commit 7dfe10f

Browse files
authored
Merge pull request #27 from reidarst/patch-1
Update newsapi_client.py
2 parents dc17f4b + 77b1c2a commit 7dfe10f

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
@@ -140,7 +140,7 @@ def get_everything(self, q=None, sources=None, domains=None, exclude_domains=Non
140140
141141
(str) exclude_domains - A comma_seperated string of domains to be excluded from the search
142142
143-
(str) from_parameter - A date and optional time for the oldest article allowed.
143+
(str) from_param - A date and optional time for the oldest article allowed.
144144
(e.g. 2018-03-05 or 2018-03-05T03:46:15)
145145
146146
(str) to - A date and optional time for the newest article allowed.

0 commit comments

Comments
 (0)