Fix small typo in AmountError's docstring

This commit is contained in:
Brett Sun 2016-12-19 15:38:30 +01:00
parent d2827dfae8
commit 7070c39aca

View File

@ -87,4 +87,4 @@ class AssetIdMismatch(Exception):
class AmountError(Exception):
"""Raise when there is a problem with output amounts"""
"""Raised when there is a problem with a transaction's output amounts"""