Skip to content

Commit

Permalink
Merge pull request #75 from timgates42/bugfix/typo_previous
Browse files Browse the repository at this point in the history
Fix simple typo: prevois -> previous
  • Loading branch information
ashwin31 committed Jan 15, 2020
2 parents dc34868 + 84ece2c commit 74a8ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Bitcoin Prices:
>>> b.get_latest_price('EUR') # you can directly call get_latest_price('EUR')
476.5225 # return type float

2. Get price of Bitcoin based on prevois date::
2. Get price of Bitcoin based on previous date::
>>> date_obj
datetime.datetime(2016, 5, 18, 19, 39, 36, 815417)
>>> b.get_previous_price('USD', date_obj) # get_previous_price('USD', date_obj)
Expand Down

0 comments on commit 74a8ff0

Please sign in to comment.