浏览代码

celery.task.http: Fixed rst bug in docstring

Ask Solem 15 年之前
父节点
当前提交
234175d38e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/task/http.py

+ 1 - 1
celery/task/http.py

@@ -89,7 +89,7 @@ class HttpDispatch(object):
 
     :param url: The URL to request.
     :param method: HTTP method used. Currently supported methods are ``GET``
-        and``POST``.
+        and ``POST``.
     :param task_kwargs: Task keyword arguments.
     :param logger: Logger used for user/system feedback.