Signed-off-by: Heather Halter <hdhalter@amazon.com>
This commit is contained in:
Heather Halter 2023-05-15 09:23:23 -07:00 committed by GitHub
parent 5fb54e350b
commit fa80af23e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ Then import the client into OpenSearch like any other module:
```python
from opensearchpy import OpenSearch
import openseach_py_ml as oml
import opensearch_py_ml as oml
```
{% include copy.html %}