Skip to content

Commit

Permalink
fix spacing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tzenderman committed Nov 10, 2013
1 parent 29c418b commit be1ff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Here's an example of converting 10 Euros to Brazilian Reais:

from moneyed import Money
from djmoney_rates.utils import convert_money

brl_amount = convert_money(10, "EUR", "BRL")
brl_money = Money(brl_amount, "BRL")

Expand Down

0 comments on commit be1ff08

Please sign in to comment.