未验证 提交 5a513e51 编写于 作者: Y yanliang567 提交者: GitHub

[skip ci]Fix typo in comments (#9542)

Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
上级 307d6193
......@@ -15,7 +15,7 @@ class MilvusSys:
if self.client is None:
raise Exception(f"Connection {alias} is disconnected or nonexistent")
# TODO: for now it only support non_orm style API for getMetricsRequest
# TODO: for now it only supports non_orm style API for getMetricsRequest
with self.client._connection() as handler:
req = milvus_types.GetMetricsRequest(request=sys_info_req)
self.sys_info = handler._stub.GetMetrics(req, wait_for_ready=True, timeout=None)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册