Skip to content

Commit 74a8ff0

Browse files
authored
Merge pull request #75 from timgates42/bugfix/typo_previous
Fix simple typo: prevois -> previous
2 parents dc34868 + 84ece2c commit 74a8ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Bitcoin Prices:
6060
>>> b.get_latest_price('EUR') # you can directly call get_latest_price('EUR')
6161
476.5225 # return type float
6262

63-
2. Get price of Bitcoin based on prevois date::
63+
2. Get price of Bitcoin based on previous date::
6464
>>> date_obj
6565
datetime.datetime(2016, 5, 18, 19, 39, 36, 815417)
6666
>>> b.get_previous_price('USD', date_obj) # get_previous_price('USD', date_obj)

0 commit comments

Comments
 (0)