Fix search for S&P Total Market

This commit is contained in:
Edward Betts 2023-11-25 16:06:16 +00:00
parent 4638c710d5
commit e5225ba239

View file

@ -3,6 +3,6 @@
from google_stocks import Index from google_stocks import Index
index = Index("S&P Total Market") index = Index("SPTMI")
print(index.one_line) print(index.one_line)