Skip to content

Commit d234767

Browse files
Merge pull request youtube#90 from rasa/patch-1
Workaround github's formatter bug
2 parents fe307fd + 7d75b78 commit d234767

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ thread.</li>
4545
<li>It calls the <code>comments.update</code> method with comment in the request body to update a comment.</li>
4646
<li>It calls the <code>comments.setModerationStatus</code> method to set the moderation status of the comment, the
4747
<code>comments.markAsSpam</code> method to mark the comment as spam, and the <code>comments.delete</code> method to
48-
delete the comment, using the <code>id</code> parameter to identify the comment.</li></ul>
48+
delete the comment, using the <code>id</code> parameter to identify the comment.</li>
49+
</ul>
4950

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

0 commit comments

Comments
 (0)