Explorar o código

celery.task.http: Fixed rst bug in docstring

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
234175d38e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.