Skip to content

Commit a58063d

Browse files
docs: Missing comma in connection example using dotenv (#405)
1 parent 6e2dafc commit a58063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/Connecting_and_queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To get started, follow the steps below:
113113
auth=ClientCredentials(
114114
os.getenv("FIREBOLT_CLIENT_ID"),
115115
os.getenv("FIREBOLT_CLIENT_SECRET")
116-
)
116+
),
117117
engine_name=os.getenv('FIREBOLT_ENGINE'),
118118
database=os.getenv('FIREBOLT_DB'),
119119
account_name=os.getenv('FIREBOLT_ACCOUNT'),

0 commit comments

Comments
 (0)