Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff authored Nov 27, 2019
1 parent 79a501f commit f9602dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ sum(amounts)
#### Conversion for other transport medium (for example Protocol Buffers)
*Easily splittable into `units` and `nanos` for transport in network medium, for example using the [`google.type.Money` protobuf definition](https://github.com/googleapis/googleapis/blob/master/google/type/money.proto) when using Protocol Buffers.*
```python
from stockholm import Currency, Money
from stockholm import Money

money = Money("22583.75", "SEK")
money.units, money.nanos, str(money.currency)
Expand Down

0 comments on commit f9602dd

Please sign in to comment.