Skip to content

Commit

Permalink
better docstring for rendering by pdoc3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Apr 4, 2024
1 parent 2adfed5 commit 3c7cf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrapy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def get_database_by_api_endpoint(
Args:
api_endpoint: the full "API Endpoint" string used to reach the Data API.
Example: "https://<database_id>-<region>.apps.astra.datastax.com"
Example: "https://DATABASE_ID-REGION.apps.astra.datastax.com"
token: if supplied, is passed to the Database instead of the client token.
namespace: if provided, is passed to the Database
(it is left to the default otherwise).
Expand Down

0 comments on commit 3c7cf8b

Please sign in to comment.