mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comments of parser on benchmark (#13488)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13566/head
parent
62f6532881
commit
0d3561459a
|
@ -92,7 +92,7 @@ class MilvusClient(object):
|
|||
return 'Milvus collection %s' % self._collection_name
|
||||
|
||||
def set_collection(self, collection_name):
|
||||
""" seting collection name """
|
||||
""" Setting collection name """
|
||||
self._collection_name = collection_name
|
||||
|
||||
# TODO: server not support
|
||||
|
|
Loading…
Reference in New Issue