Skip to content

Commit

Permalink
fixed order of params in docstring of create_database
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Apr 3, 2024
1 parent 24d8c2d commit 4deb93b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions astrapy/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@ def create_database(
Args:
name: the desired name for the database.
namespace: name for the one namespace the database starts with.
If omitted, DevOps API will use its default.
cloud_provider: one of 'aws', 'gcp' or 'azure'.
region: any of the available cloud regions.
namespace: name for the one namespace the database starts with.
If omitted, DevOps API will use its default.
wait_until_active: if True (default), the method returns only after
the newly-created database is in ACTIVE state (a few minutes,
usually). If False, it will return right after issuing the
Expand Down Expand Up @@ -812,10 +812,10 @@ async def async_create_database(
Args:
name: the desired name for the database.
namespace: name for the one namespace the database starts with.
If omitted, DevOps API will use its default.
cloud_provider: one of 'aws', 'gcp' or 'azure'.
region: any of the available cloud regions.
namespace: name for the one namespace the database starts with.
If omitted, DevOps API will use its default.
wait_until_active: if True (default), the method returns only after
the newly-created database is in ACTIVE state (a few minutes,
usually). If False, it will return right after issuing the
Expand Down

0 comments on commit 4deb93b

Please sign in to comment.