Skip to content

Commit

Permalink
Merge pull request #91 from hishamnajam/patch-1
Browse files Browse the repository at this point in the history
Fix methods.rst typo, props hishamnajam
  • Loading branch information
maxcutler committed Dec 25, 2015
2 parents 8270a9f + 7193291 commit ae0f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/methods.rst
Expand Up @@ -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)

Expand Down

0 comments on commit ae0f4f5

Please sign in to comment.