Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
furechan committed Sep 9, 2024
1 parent c7176b3 commit 242fb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mplchart/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_series(prices, item: str = None):
else:
return prices

# rename columns to make columne name case insensitive
# rename columns to make lookup case insensitive
prices = prices.rename(columns=str.lower)

if item is not None:
Expand Down

0 comments on commit 242fb99

Please sign in to comment.