Skip to content

Commit

Permalink
Merge pull request #69 from plumdog/fix_IOM_pound_typo
Browse files Browse the repository at this point in the history
Fix typo for Isle of Man pound
  • Loading branch information
spookylukey committed Oct 14, 2015
2 parents 1e64e70 + 981d4f5 commit 38716cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moneyed/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def get_currency(code=None, iso=None):
HUF = add_currency('HUF', '348', 'Forint', ['HUNGARY'])
IDR = add_currency('IDR', '360', 'Rupiah', ['INDONESIA'])
ILS = add_currency('ILS', '376', 'New Israeli Sheqel', ['ISRAEL'])
IMP = add_currency('IMP', 'Nil', 'Isle of Man pount', ['ISLE OF MAN'])
IMP = add_currency('IMP', 'Nil', 'Isle of Man Pound', ['ISLE OF MAN'])
INR = add_currency('INR', '356', 'Indian Rupee', ['INDIA'])
IQD = add_currency('IQD', '368', 'Iraqi Dinar', ['IRAQ'])
IRR = add_currency('IRR', '364', 'Iranian Rial', ['IRAN'])
Expand Down

0 comments on commit 38716cd

Please sign in to comment.