Fix typos

This commit is contained in:
Sylvain Bellemare 2016-11-14 15:54:24 +01:00
parent 6d7392d98d
commit e7ff6edd4e

View File

@ -292,9 +292,9 @@ class Condition(object):
Returns: Returns:
A Condition that can be used in a Transaction. A Condition that can be used in a Transaction.
Returns: Raises:
TypeError: If `owners_after` is not an instance of `list`. TypeError: If `owners_after` is not an instance of `list`.
Value: If `owners_after` is an empty list. ValueError: If `owners_after` is an empty list.
""" """
threshold = len(owners_after) threshold = len(owners_after)
if not isinstance(amount, int): if not isinstance(amount, int):