diff --git a/_clients/python.md b/_clients/python.md index cdc7dc29..bcb1ff93 100644 --- a/_clients/python.md +++ b/_clients/python.md @@ -14,7 +14,7 @@ The OpenSearch Python client provides a more natural syntax for interacting with To add the client to your project, install it using [pip](https://pip.pypa.io/): ```bash -pip install +pip install opensearch ``` Then import it like any other module: