From 4deb93b4fcfaed565ca74681d22f210b906d5dbe Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Thu, 4 Apr 2024 00:36:15 +0200 Subject: [PATCH] fixed order of params in docstring of create_database --- astrapy/admin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/astrapy/admin.py b/astrapy/admin.py index 0d4d675b..72a3f966 100644 --- a/astrapy/admin.py +++ b/astrapy/admin.py @@ -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 @@ -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