Skip to content

Commit 8cb1360

Browse files
author
ravi
committed
Docs updated with 0.2.3 release
1 parent dfc9a70 commit 8cb1360

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Features:
1111
---------
1212
- List all currency rates.
1313
- Get historical rates for any day since 1999.
14-
- Conversion rate for one Currency(ex; USD to INR).
14+
- Conversion rate for one currency(ex; USD to INR).
1515
- Convert amount from one currency to other.('USD 10$' to INR)
16+
- Currency symbols
17+
- Currency names
1618

1719
Currency Source:
1820
---------------

docs/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Features:
77
---------
88
- List all currency rates.
99
- Get historical rates for any day since 1999.
10-
- Conversion rate for one Currency(ex; USD to INR).
10+
- Conversion rate for one currency(ex; USD to INR).
1111
- Convert amount from one currency to other.('USD 10$' to INR)
12+
- Currency Symbols
13+
- Currency names
1214

1315
Contents:
1416

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Currency Rates
3535
>>> c.convert('USD', 'INR', 10, date_obj)
3636
585.09
3737

38-
Currency Symboles & Codes
38+
Currency Symbols & Codes
3939
-------------------------
4040
1. Get Currency symbol Using currency code::
4141
>>> from forex_python.converter import CurrencyCodes

0 commit comments

Comments
 (0)