Skip to content

Commit b003a19

Browse files
authored
Updated docstring per internal policy (#120)
1 parent c937a9b commit b003a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/database/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
The local database information store, default to ~/.database unless specified otherwise.
5353
kwargs: dict, optional
5454
Name-value pairs that are to be added to the list of connection parameters.
55-
For example, database_name="mydb", database_type="oracle", username = "root", password = "pwd".
55+
For example, database_name="mydb", database_type="oracle", username = "root", password = "example-password".
5656
5757
Returns
5858
-------

0 commit comments

Comments
 (0)