mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix typos
This commit is contained in:
parent
6d7392d98d
commit
e7ff6edd4e
@ -292,9 +292,9 @@ class Condition(object):
|
||||
Returns:
|
||||
A Condition that can be used in a Transaction.
|
||||
|
||||
Returns:
|
||||
Raises:
|
||||
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)
|
||||
if not isinstance(amount, int):
|
||||
|
Loading…
x
Reference in New Issue
Block a user