Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fix type in README
Browse files Browse the repository at this point in the history
Ooops, missed this in the last PR.
  • Loading branch information
skrawcz committed Jan 31, 2023
1 parent 7d48a2f commit b134ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ output_columns = [
'spend', # or module.spend
'signups', # or module.signups
'avg_3wk_spend', # or module.avg_3wk_spend
'spend_per_signup', # or spend_per_signup
'spend_per_signup', # or module.spend_per_signup
]
# let's create the dataframe!
# if you only did `pip install sf-hamilton` earlier:
Expand Down

0 comments on commit b134ba7

Please sign in to comment.