Skip to content

Commit

Permalink
Fixed typo in comment of step 1 (#2302)
Browse files Browse the repository at this point in the history
Fixed typo in comment of step 1 from "... buildin in ..." to "... is
built-in to ..."

Signed-off-by: Armaggheddon <alebrum97@gmail.com>
  • Loading branch information
Armaggheddon authored Oct 29, 2024
1 parent cb4cbc6 commit 3ee9e10
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 @@ -23,7 +23,7 @@
#################################################################################
# 1. connect to Milvus
# Add a new connection alias `default` for Milvus server in `localhost:19530`
# Actually the "default" alias is a buildin in PyMilvus.
# Actually the "default" alias is built-in to PyMilvus.
# If the address of Milvus is the same as `localhost:19530`, you can omit all
# parameters and call the method as: `connections.connect()`.
#
Expand Down

0 comments on commit 3ee9e10

Please sign in to comment.