Skip to content

Commit 1567c8a

Browse files
committed
doc oops
1 parent de2a9d1 commit 1567c8a

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
@@ -46,7 +46,7 @@ task = client.create_transcription_task(
4646
attachment_type='website',
4747
attachment='http://www.google.com/',
4848
fields={ 'title': 'Title of Webpage', 'top_result': 'Title of the top result' },
49-
row_fields: { 'username': 'Username of submitter', 'comment_count': 'Number of comments' }
49+
row_fields={ 'username': 'Username of submitter', 'comment_count': 'Number of comments' }
5050
)
5151
```
5252

0 commit comments

Comments
 (0)