Skip to content

Commit f3abd93

Browse files
committed
small typo in the EditComment docs
1 parent 8392824 commit f3abd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress_xmlrpc/methods/comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class EditComment(AuthenticatedMethod):
5353
Edit an existing comment.
5454
5555
Parameters:
56-
`comment_id`: The idea of the comment to edit.
56+
`comment_id`: The id of the comment to edit.
5757
`comment`: A :class:`WordPressComment` instance with at least the `content` value set.
5858
5959
Returns: `True` on successful edit.

0 commit comments

Comments
 (0)