Skip to content

Commit 55915c0

Browse files
author
Vishvajit Pathak
committed
typo fix
1 parent 66c1880 commit 55915c0

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
@@ -295,7 +295,7 @@ exists = client.check_dataset('mydataset')
295295
```python
296296
from bigquery import schema_from_record
297297

298-
schema_from_record({"id":123, "posts": [{"id":123, "text": "tihs is a post"}], "username": "bob"})
298+
schema_from_record({"id":123, "posts": [{"id":123, "text": "this is a post"}], "username": "bob"})
299299
```
300300

301301
# Contributing

0 commit comments

Comments
 (0)