Skip to content

Commit

Permalink
Fixed fixer.io link in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Sep 28, 2015
1 parent d382260 commit 3a72eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendril/utils/types/currency.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def exchval(self):
def _get_exchval(code):
"""
Obtains the exchange rate of the currency definition's :attr:`code`
using the `<https://fixer.io>`_ JSON API. The native currency is used
using the `<http://fixer.io>`_ JSON API. The native currency is used
as the reference.
:param code: The currency code for which the exchange rate is needed.
Expand Down

0 comments on commit 3a72eb2

Please sign in to comment.