From 7070c39aca62446b9b4f39bd46ab29a79c3702b4 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Mon, 19 Dec 2016 15:38:30 +0100 Subject: [PATCH] Fix small typo in AmountError's docstring --- bigchaindb/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/common/exceptions.py b/bigchaindb/common/exceptions.py index 4dc5ea8b..f7d617f0 100644 --- a/bigchaindb/common/exceptions.py +++ b/bigchaindb/common/exceptions.py @@ -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"""