From 1fe07f0263e606ae78fbafed6ea5f9b4c8f6dd42 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:36:53 +0800 Subject: [PATCH] [skip ci] Refine readme (#10347) Signed-off-by: Binbin Lv --- tests/python_client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/README.md b/tests/python_client/README.md index fe36ecf15b..5ae7713a43 100644 --- a/tests/python_client/README.md +++ b/tests/python_client/README.md @@ -218,7 +218,7 @@ assert self.partition_wrap.is_empty method: 1. create collection1 2. drop collection1 3. create partition in collection1 - expected: 1. raise exception + expected: raise exception """ # create collection collection_w = self.init_collection_wrap()