mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docs: fix simple typo, neeeded -> needed
There is a small typo in bigchaindb/lib.py, tests/tendermint/test_lib.py. Should read `needed` rather than `neeeded`.
This commit is contained in:
parent
caf31647e0
commit
caf1eb68ef
@ -16,7 +16,7 @@ import rapidjson
|
||||
try:
|
||||
from hashlib import sha3_256
|
||||
except ImportError:
|
||||
# NOTE: neeeded for Python < 3.6
|
||||
# NOTE: needed for Python < 3.6
|
||||
from sha3 import sha3_256
|
||||
|
||||
import requests
|
||||
|
@ -10,7 +10,7 @@ from unittest.mock import patch
|
||||
try:
|
||||
from hashlib import sha3_256
|
||||
except ImportError:
|
||||
# NOTE: neeeded for Python < 3.6
|
||||
# NOTE: needed for Python < 3.6
|
||||
from sha3 import sha3_256
|
||||
|
||||
import pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user