Skip to content

Commit 6e52c83

Browse files
authored
Merge pull request #408 from trenton3983/patch-1
Update README.rst
2 parents 7ed0402 + 8a31d82 commit 6e52c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ To initialize multiple ``Ticker`` objects, use
159159
# ^ returns a named tuple of Ticker objects
160160
161161
# access each ticker using (example)
162-
tickers.msft.info
163-
tickers.aapl.history(period="1mo")
164-
tickers.goog.actions
162+
tickers.tickers.MSFT.info
163+
tickers.tickers.AAPL.history(period="1mo")
164+
tickers.tickers.GOOG.actions
165165
166166
167167
Fetching data for multiple tickers

0 commit comments

Comments
 (0)