Skip to content

Commit

Permalink
Merge pull request youtube#90 from rasa/patch-1
Browse files Browse the repository at this point in the history
Workaround github's formatter bug
  • Loading branch information
AndyDiamondstein authored Dec 20, 2016
2 parents fe307fd + 7d75b78 commit d234767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ thread.</li>
<li>It calls the <code>comments.update</code> method with comment in the request body to update a comment.</li>
<li>It calls the <code>comments.setModerationStatus</code> method to set the moderation status of the comment, the
<code>comments.markAsSpam</code> method to mark the comment as spam, and the <code>comments.delete</code> method to
delete the comment, using the <code>id</code> parameter to identify the comment.</li></ul>
delete the comment, using the <code>id</code> parameter to identify the comment.</li>
</ul>

### [Create and manage comment threads](/youtube/api-samples/blob/master/python/comment_threads.py)

Expand Down

0 comments on commit d234767

Please sign in to comment.