We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc34868 + 84ece2c commit 74a8ff0Copy full SHA for 74a8ff0
1 file changed
docs/source/usage.rst
@@ -60,7 +60,7 @@ Bitcoin Prices:
60
>>> b.get_latest_price('EUR') # you can directly call get_latest_price('EUR')
61
476.5225 # return type float
62
63
-2. Get price of Bitcoin based on prevois date::
+2. Get price of Bitcoin based on previous date::
64
>>> date_obj
65
datetime.datetime(2016, 5, 18, 19, 39, 36, 815417)
66
>>> b.get_previous_price('USD', date_obj) # get_previous_price('USD', date_obj)
0 commit comments