jade.py: fix some typos
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
This commit is contained in:
@@ -76,7 +76,7 @@ def _hexlify(data):
|
|||||||
# The default implementation used in JadeAPI._jadeRpc() below.
|
# The default implementation used in JadeAPI._jadeRpc() below.
|
||||||
# NOTE: Only available if the 'requests' dependency is available.
|
# NOTE: Only available if the 'requests' dependency is available.
|
||||||
#
|
#
|
||||||
# Callers can supply their own implmentation of this call where it is required.
|
# Callers can supply their own implementation of this call where it is required.
|
||||||
#
|
#
|
||||||
# Parameters
|
# Parameters
|
||||||
# ----------
|
# ----------
|
||||||
@@ -635,7 +635,7 @@ class JadeAPI:
|
|||||||
The number of words the entropy is required to produce.
|
The number of words the entropy is required to produce.
|
||||||
|
|
||||||
index : int
|
index : int
|
||||||
The index to use in the bip32 path to calcuate the entropy.
|
The index to use in the bip32 path to calculate the entropy.
|
||||||
|
|
||||||
pubkey: 33-bytes
|
pubkey: 33-bytes
|
||||||
The host ephemeral pubkey to use to generate a shared ecdh secret to use as an AES key
|
The host ephemeral pubkey to use to generate a shared ecdh secret to use as an AES key
|
||||||
@@ -694,12 +694,12 @@ class JadeAPI:
|
|||||||
|
|
||||||
def reset_pinserver(self, reset_details, reset_certificate):
|
def reset_pinserver(self, reset_details, reset_certificate):
|
||||||
"""
|
"""
|
||||||
RPC call to reset any formerly overidden pinserver details to their defauts.
|
RPC call to reset any formerly overridden pinserver details to their defaults.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
reset_details : bool, optional
|
reset_details : bool, optional
|
||||||
If set, any overidden urls and pubkey are reset to their defaults.
|
If set, any overridden urls and pubkey are reset to their defaults.
|
||||||
|
|
||||||
reset_certificate : bool, optional
|
reset_certificate : bool, optional
|
||||||
If set, any additional certificate is reset (to None).
|
If set, any additional certificate is reset (to None).
|
||||||
@@ -1768,7 +1768,7 @@ class JadeInterface:
|
|||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
JadeInterface
|
JadeInterface
|
||||||
Inerface object configured to use given serial parameters.
|
Interface object configured to use given serial parameters.
|
||||||
NOTE: the instance has not yet tried to contact the hw
|
NOTE: the instance has not yet tried to contact the hw
|
||||||
- caller must call 'connect()' before trying to use the Jade.
|
- caller must call 'connect()' before trying to use the Jade.
|
||||||
"""
|
"""
|
||||||
@@ -1810,7 +1810,7 @@ class JadeInterface:
|
|||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
JadeInterface
|
JadeInterface
|
||||||
Inerface object configured to use given BLE parameters.
|
Interface object configured to use given BLE parameters.
|
||||||
NOTE: the instance has not yet tried to contact the hw
|
NOTE: the instance has not yet tried to contact the hw
|
||||||
- caller must call 'connect()' before trying to use the Jade.
|
- caller must call 'connect()' before trying to use the Jade.
|
||||||
|
|
||||||
@@ -2064,7 +2064,7 @@ class JadeInterface:
|
|||||||
def make_rpc_call(self, request, long_timeout=False):
|
def make_rpc_call(self, request, long_timeout=False):
|
||||||
"""
|
"""
|
||||||
Method to send a request over the underlying interface, and await a response.
|
Method to send a request over the underlying interface, and await a response.
|
||||||
The request is minimally validated before it is sent, and the response is simialrly
|
The request is minimally validated before it is sent, and the response is similarly
|
||||||
validated before being returned.
|
validated before being returned.
|
||||||
Any read-timeout is respected unless 'long_timeout' is passed, in which case the call
|
Any read-timeout is respected unless 'long_timeout' is passed, in which case the call
|
||||||
blocks indefinitely awaiting a response.
|
blocks indefinitely awaiting a response.
|
||||||
|
|||||||
Reference in New Issue
Block a user