Skip to content

Commit e7b5a6b

Browse files
committed
Fixing parameter information.
1 parent 0f46b50 commit e7b5a6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arango/database.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,9 @@ def create_database(
12841284
:type name: str
12851285
:param users: List of users with access to the new database, where each
12861286
user is a dictionary with fields "username", "password", "active"
1287-
and "extra" (see below for example). If not set, only the admin and
1288-
current user are granted access.
1287+
and "extra" (see below for example). If not set, the default user root
1288+
will be used to ensure that the new database will be accessible after
1289+
it is created.
12891290
:type users: [dict]
12901291
:param replication_factor: Default replication factor for collections
12911292
created in this database. Special values include "satellite" which

0 commit comments

Comments
 (0)