Skip to content

Commit 7670d52

Browse files
authored
Update README.md
1 parent 4963fd1 commit 7670d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Build a local file (`rates.csv`) with US Treasuries yields by maturity:
1717
```python
1818
import os
1919
import pandas as pd
20-
from ust import save_rates, force_save, read_rates
20+
from ust import save, force_save, read_rates
2121

2222
# save UST yield rates to local folder for selected years
2323
for year in [2020, 2021, 2022]:

0 commit comments

Comments
 (0)