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 8392824 commit f3abd93Copy full SHA for f3abd93
wordpress_xmlrpc/methods/comments.py
@@ -53,7 +53,7 @@ class EditComment(AuthenticatedMethod):
53
Edit an existing comment.
54
55
Parameters:
56
- `comment_id`: The idea of the comment to edit.
+ `comment_id`: The id of the comment to edit.
57
`comment`: A :class:`WordPressComment` instance with at least the `content` value set.
58
59
Returns: `True` on successful edit.
0 commit comments