Skip to content

Commit 1f7c025

Browse files
authored
Update quandl.py
1 parent 0bf9f91 commit 1f7c025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/quandl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class QuandlReader(_DailyBaseReader):
3535
Time, in seconds, to pause between consecutive queries of chunks. If
3636
single value given for symbol, represents the pause between retries.
3737
chunksize : int, default 25
38-
Number of symbols to download consecutively before intiating pause.
38+
Number of symbols to download consecutively before initiating pause.
3939
session : Session, default None
4040
requests.sessions.Session instance to be used
4141
api_key : str, optional

0 commit comments

Comments
 (0)