From 918521456a56c78f36417a516d9e4807a9d6df96 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:32:47 +0800 Subject: [PATCH] [skip ci]Modify the grammatical problem (#10344) Signed-off-by: jingkl --- tests/python_client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/README.md b/tests/python_client/README.md index 9ff0b65c2f..fe36ecf15b 100644 --- a/tests/python_client/README.md +++ b/tests/python_client/README.md @@ -10,7 +10,7 @@ This document guides you through the Pytest-based PyMilvus test framework. ### Deploy Milvus -To accommodate the variety of requirements, Milvus offers as much as four deployment methods. PyMilvus supports Milvus deployed with any of the methods below: +To accommodate the variety of requirements, Milvus offers as many as four deployment methods. PyMilvus supports Milvus deployed with any of the methods below: 1. [Build from source code](https://github.com/milvus-io/milvus#to-start-developing-milvus) 2. Install with Docker Compose @@ -23,7 +23,7 @@ To accommodate the variety of requirements, Milvus offers as much as four deploy 4. Install with KinD -> For test purpose, we recommend installing Milvus with KinD. KinD supports ClickOnce deployment of Milvus and its test client. KinD deployment is tailored for scenarios with small data scale, such as development/debugging test cases and functional verification. +> For test purposes, we recommend installing Milvus with KinD. KinD supports the ClickOnce deployment of Milvus and its test client. KinD deployment is tailored for scenarios with small data scale, such as development/debugging test cases and functional verification. - **Prerequisites**