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

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/9567/head
yanliang567 2021-10-09 18:05:40 +08:00 committed by GitHub
parent 307d6193d6
commit 5a513e51b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)