From 7193291a6930ba469df02fa605f9a819f7f3d2f2 Mon Sep 17 00:00:00 2001 From: Hisham Najam Date: Fri, 25 Dec 2015 04:06:15 +0500 Subject: [PATCH] Update methods.rst --- docs/ref/methods.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/methods.rst b/docs/ref/methods.rst index 3bcb20f..7609c7e 100644 --- a/docs/ref/methods.rst +++ b/docs/ref/methods.rst @@ -49,7 +49,7 @@ methods.comments .. autoclass:: NewComment(post_id, comment) .. autoclass:: NewAnonymousComment(post_id, comment) .. autoclass:: EditComment(comment_id, comment) - .. autoclass:: DeleteComment(commend_id) + .. autoclass:: DeleteComment(comment_id) .. autoclass:: GetCommentStatusList() .. autoclass:: GetCommentCount(post_id)