diff --git a/argilla-sdk/docs/reference/argilla_sdk/client.md b/argilla-sdk/docs/reference/argilla_sdk/client.md index 98d0cf89b8..0dc268f8a0 100644 --- a/argilla-sdk/docs/reference/argilla_sdk/client.md +++ b/argilla-sdk/docs/reference/argilla_sdk/client.md @@ -3,7 +3,7 @@ hide: footer --- # `rg.Argilla` -To interact with the Argilla server from python you can use the `Argilla` class. The `Argilla` client is used to create, get, update, and delete all Argilla resources, such as workspaces, users, datasets, and records. +To interact with the Argilla server from Python you can use the `Argilla` class. The `Argilla` client is used to create, get, update, and delete all Argilla resources, such as workspaces, users, datasets, and records. ## Usage Examples