Skip to content

Commit

Permalink
Update like_comment.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Feb 16, 2021
1 parent 3fcf91c commit 3cd8f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/like_comment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ It likes the comment whose text is passed in ``comment``.

Here is the code:-

.. py:function:: youtube.like_comment(comment="comment")
.. py:function:: youtube.like_comment(comment="Nice song")
:param str comment: comment text which need to be liked
:return: {"body": [{}], "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit 3cd8f42

Please sign in to comment.