Skip to content

Commit

Permalink
Merge pull request #114 from timgates42/bugfix_typo_latest
Browse files Browse the repository at this point in the history
docs: fix simple typo, lates -> latest
  • Loading branch information
ashwin31 authored Aug 5, 2022
2 parents 44319d7 + a40f1a4 commit 186b55e
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 @@ -76,7 +76,7 @@ Bitcoin Prices:
>>> b.convert_to_btc_on(5000, 'USD', date_obj) # convert_to_btc_on(5000, 'USD', date_obj)
11.028325150316071

5. Convert Bitcoins to valid currency amount based on lates price::
5. Convert Bitcoins to valid currency amount based on latest price::
>>> b.convert_btc_to_cur(1.25, 'USD') # convert_btc_to_cur(1.25, 'USD')
668.1012499999999

Expand Down

0 comments on commit 186b55e

Please sign in to comment.