Skip to content

Commit

Permalink
fix a typo (#1732)
Browse files Browse the repository at this point in the history
Signed-off-by: jihao <[email protected]>
  • Loading branch information
CsterKuroi authored Oct 19, 2023
1 parent 16edc8c commit 4ac8909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_milvus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ac8909

Please sign in to comment.