Skip to content

Commit 736d4a2

Browse files
authored
docs: fix typo on credentials_info usage sample (#1145)
fix typo on credentials_info usage sample
1 parent 9f7f78b commit 736d4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Alternatively, you can choose either of the following approaches:
136136
credentials_info = {
137137
"type": "service_account",
138138
"project_id": "your-service-account-project-id"
139-
},
139+
}
140140
engine = create_engine('bigquery://', credentials_info=credentials_info)
141141
142142
Location

0 commit comments

Comments
 (0)