Skip to content

Commit a40f1a4

Browse files
committed
docs: fix simple typo, lates -> latest
There is a small typo in docs/source/usage.rst. Should read `latest` rather than `lates`.
1 parent 1f131f3 commit a40f1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Bitcoin Prices:
7676
>>> b.convert_to_btc_on(5000, 'USD', date_obj) # convert_to_btc_on(5000, 'USD', date_obj)
7777
11.028325150316071
7878

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

0 commit comments

Comments
 (0)