We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a9d1 commit 1567c8aCopy full SHA for 1567c8a
README.md
@@ -46,7 +46,7 @@ task = client.create_transcription_task(
46
attachment_type='website',
47
attachment='http://www.google.com/',
48
fields={ 'title': 'Title of Webpage', 'top_result': 'Title of the top result' },
49
- row_fields: { 'username': 'Username of submitter', 'comment_count': 'Number of comments' }
+ row_fields={ 'username': 'Username of submitter', 'comment_count': 'Number of comments' }
50
)
51
```
52
0 commit comments