mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Typos
This commit is contained in:
parent
9c9378cf60
commit
2aa003578c
@ -41,7 +41,7 @@ class AbstractConsensusRules(metaclass=ABCMeta):
|
||||
block (dict): block to validate.
|
||||
|
||||
Returns:
|
||||
The block if the block is valid else it raises and exception
|
||||
The block if the block is valid else it raises an exception
|
||||
describing the reason why the block is invalid.
|
||||
|
||||
Raises:
|
||||
@ -177,7 +177,7 @@ class BaseConsensusRules(AbstractConsensusRules):
|
||||
block (dict): block to validate.
|
||||
|
||||
Returns:
|
||||
The block if the block is valid else it raises and exception
|
||||
The block if the block is valid else it raises an exception
|
||||
describing the reason why the block is invalid.
|
||||
|
||||
Raises:
|
||||
|
Loading…
x
Reference in New Issue
Block a user