From 9e562776b709739b89950621597ff5eb4ed32594 Mon Sep 17 00:00:00 2001 From: jihao <412681778@qq.com> Date: Thu, 19 Oct 2023 14:25:35 +0800 Subject: [PATCH] fix a typo Signed-off-by: jihao <412681778@qq.com> --- examples/hello_milvus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_milvus.py b/examples/hello_milvus.py index 979f576b8..0cbb8f944 100644 --- a/examples/hello_milvus.py +++ b/examples/hello_milvus.py @@ -79,7 +79,7 @@ insert_result = hello_milvus.insert(entities) hello_milvus.flush() -print(f"Number of entities in Milvus: {hello_milvus.num_entities}") # check the num_entites +print(f"Number of entities in Milvus: {hello_milvus.num_entities}") # check the num_entities ################################################################################ # 4. create index