From 4483ff67fd710025117cf6fb71fb2c68569ff52d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 11 2015 10:02:37 +0000 Subject: Fix API documentation --- diff --git a/pagure/api/issue.py b/pagure/api/issue.py index 7aaf8b6..0baa55d 100644 --- a/pagure/api/issue.py +++ b/pagure/api/issue.py @@ -40,7 +40,7 @@ def api_new_issue(repo, username=None): Accepts POST queries only. :arg title: The title of the issue/ticket to create - :arg content: The content of the issue to create (ie the description of + :arg issue_content: The content of the issue to create (ie the description of the problem) :arg private: A boolean specifying whether this issue is private or not