From aa7aa48e825c3b66e5de0d4b912306ee936b2ecb Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 9 Oct 2023 10:12:31 -0400 Subject: [PATCH] Fix: typo. Signed-off-by: dblock --- test_opensearchpy/test_async/test_server/test_rest_api_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_opensearchpy/test_async/test_server/test_rest_api_spec.py b/test_opensearchpy/test_async/test_server/test_rest_api_spec.py index 27b20113..60f77424 100644 --- a/test_opensearchpy/test_async/test_server/test_rest_api_spec.py +++ b/test_opensearchpy/test_async/test_server/test_rest_api_spec.py @@ -26,7 +26,7 @@ """ -Dynamically generated set of TestCases based on set of yaml files decribing +Dynamically generated set of TestCases based on set of yaml files describing some integration tests. These files are shared among all official OpenSearch clients. """