summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/arti_rpc/src/arti_rpc/rpc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/arti_rpc/src/arti_rpc/rpc.py b/python/arti_rpc/src/arti_rpc/rpc.py
index 47f1bc4e1..386fdf8ee 100644
--- a/python/arti_rpc/src/arti_rpc/rpc.py
+++ b/python/arti_rpc/src/arti_rpc/rpc.py
@@ -105,7 +105,7 @@ def _into_json_str(o: Union[str, dict]) -> str:
class _BuildEntType(Enum):
"""
- Value to indiate the kind of an RPC connect point search path entry.
+ Value to indicate the kind of an RPC connect point search path entry.
Returned by ArtiRpcResponse.kind().
"""
@@ -571,7 +571,7 @@ class ArtiRpcObject(_RpcBase):
class ArtiRpcResponseKind(Enum):
"""
- Value to indiate the type of a response to an RPC request.
+ Value to indicate the type of a response to an RPC request.
Returned by ArtiRpcResponse.kind().
"""