arangodb / python-arango

The official ArangoDB Python driver.
https://docs.python-arango.com
MIT License
446 stars 74 forks source link

Fix docstring #350

Closed apetenchea closed 1 month ago

apetenchea commented 1 month ago

Fixing the users parameter docstring for the Database.create_database function. The official documentation states that only the root user will be added by default, if no users are specified. The docstring is incorect because it claims that also the "current user" is included.

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.70%. Comparing base (0f46b50) to head (e7b5a6b). Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

:exclamation: There is a different number of reports uploaded between BASE (0f46b50) and HEAD (e7b5a6b). Click for more details.

HEAD has 31 uploads less than BASE | Flag | BASE (0f46b50) | HEAD (e7b5a6b) | |------|------|------| ||32|1|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #350 +/- ## =========================================== - Coverage 95.94% 83.70% -12.25% =========================================== Files 26 26 Lines 4296 4296 =========================================== - Hits 4122 3596 -526 - Misses 174 700 +526 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.