Skip to content

Commit 24cc8c1

Browse files
authored
It was invalid json format.
add a comma
1 parent 8df1c77 commit 24cc8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The client provides an API for inserting data into a BigQuery table. The last pa
173173
```python
174174
# Insert data into table.
175175
rows = [
176-
{'one': 'ein', 'two': 'zwei'}
176+
{'one': 'ein', 'two': 'zwei'},
177177
{'id': 'NzAzYmRiY', 'one': 'uno', 'two': 'dos'},
178178
{'id': 'NzAzYmRiY', 'one': 'ein', 'two': 'zwei'} # duplicate entry
179179
]

0 commit comments

Comments
 (0)