Fixed typos in submitting data doc

This commit is contained in:
Shing Lyu 2016-04-13 17:12:32 +08:00 коммит произвёл William Lachance
Родитель 1a8a886a38
Коммит 8f14d9f206
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -48,10 +48,9 @@ following data structure:
'revision': 'cdfe03e77e66',
'repository': 'test_treeherder',
'author': 'Some Person <sperson@someplace.com>'
},
...
]
}
},
...
]
}
]
@ -209,7 +208,7 @@ data structures to send, do something like this.
#
# data structure validation is automatically performed here, if validation
# fails a TreeherderClientError is raised
client.post_collection('mozilla-central', trc)
client.post_collection('mozilla-central', trsc)
At any time in building a data structure, you can examine what has been
created by looking at the `data` property. You can also call the `validate`