Skip to content

Commit 0972894

Browse files
authored
Update moex.py
1 parent 1f7c025 commit 0972894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/moex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MoexReader(_DailyBaseReader):
2828
Time, in seconds, to pause between consecutive queries of chunks. If
2929
single value given for symbol, represents the pause between retries.
3030
chunksize : int, default 25
31-
The number of symbols to download consecutively before intiating pause.
31+
The number of symbols to download consecutively before initiating pause.
3232
session : Session, default None
3333
requests.sessions.Session instance to be used
3434

0 commit comments

Comments
 (0)