MicroPyramid / forex-python

Foreign exchange rates, Bitcoin price index and currency conversion using ratesapi.io
http://forex-python.readthedocs.io/en/latest/usage.html
MIT License
662 stars 197 forks source link

Update README for Python 3 #96

Open jfthuong opened 3 years ago

jfthuong commented 3 years ago

README displays the code example print c.get_symbol('GBP'): it should be updated to Python 3 (python(...)).

The same remark applies to doc in https://forex-python.readthedocs.io/en/latest/usage.html.

>>> c.get_symbol('GBP')
u'\xa3'
>>> print c.get_symbol('GBP')
£
>>> print c.get_symbol('EUR')
€