Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed Mar 6, 2015
1 parent bd92c9b commit fbabec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Prices: Python price handling for humans
from prices import Price, PriceRange, LinearTax
p = Price('1.99')
p += Price(50)
p += LinearTax('0.23', '23% VAT')
p |= LinearTax('0.23', '23% VAT')
print p.quantize('0.01').gross
# Decimal('63.95')
pr = PriceRange(Price(50), Price(100))
Expand Down

0 comments on commit fbabec6

Please sign in to comment.