diff --git a/pyproject.toml b/pyproject.toml index 45ad680..1e67a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "TEMP_riza-api" version = "0.0.1-alpha.0" -description = "The official Python library for the Riza API" +description = "The official Python library for the riza API" dynamic = ["readme"] license = "Apache-2.0" authors = [ diff --git a/src/riza/_client.py b/src/riza/_client.py index 5b32c96..d45c3d6 100644 --- a/src/riza/_client.py +++ b/src/riza/_client.py @@ -76,7 +76,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new synchronous Riza client instance. + """Construct a new synchronous riza client instance. This automatically infers the `auth_token` argument from the `RIZA_AUTH_TOKEN` environment variable if it is not provided. """ @@ -244,7 +244,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async Riza client instance. + """Construct a new async riza client instance. This automatically infers the `auth_token` argument from the `RIZA_AUTH_TOKEN` environment variable if it is not provided. """