Skip to content

Commit 2854a92

Browse files
authored
Fix doc of StooqDailyReader freq argument
_DailyBaseReader does not have the `freq` parameter.
1 parent ab26ad2 commit 2854a92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas_datareader/stooq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class StooqDailyReader(_DailyBaseReader):
2727
Number of symbols to download consecutively before initiating pause.
2828
session : Session, default None
2929
requests.sessions.Session instance to be used
30-
freq: string, d, w, m ,q, y for daily, weekly, monthly, quarterly, yearly
3130
3231
Notes
3332
-----

0 commit comments

Comments
 (0)