diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index 4a2e204..7180a4d 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -6,7 +6,7 @@ This is a basic introduction to Milvus by PyMilvus-ORM. For a runnable python script, checkout `example.py `_ on PyMilvus-ORM Github, -or `hello milvus `_ on Milvus official website. It's a good recommended +or `hello milvus `_ on Milvus official website. It's a good recommended start to get started with Milvus and PyMilvus-ORM as well. @@ -40,7 +40,7 @@ By default Milvus runs on localhost in port 19530, so you can use default value >>> connections.connect("default", host=host, port=port) After connecting, we can communicate with Milvus in the following ways. If you are confused about the -terminology, see `Milvus Terminology `_ for explanations. +terminology, see `Milvus Terminology `_ for explanations. Collection