Skip to content

Commit 351ac7b

Browse files
camfroutmax-sixty
authored andcommitted
Missing parenthesis in code example (#291)
The closing parenthesis is missing in the current code example, making copy/paste of the code failing.
1 parent af4ab8f commit 351ac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/howto/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ credentials are not found.
160160
# authorization flow. Note, this doesn't work if you're running from a
161161
# notebook on a remote sever, such as over SSH or with Google Colab.
162162
auth_local_webserver=True,
163-
163+
)
164164
165165
df = pandas_gbq.read_gbq(
166166
"SELECT my_col FROM `my_dataset.my_table`",

0 commit comments

Comments
 (0)