From 0dcc1c9815846bcaab509d7856ec32a1bcb4954b Mon Sep 17 00:00:00 2001 From: Jose Galarza Date: Sun, 13 Nov 2016 21:10:39 +0000 Subject: [PATCH] Update outdated comment --- sqjobs/brokers/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqjobs/brokers/base.py b/sqjobs/brokers/base.py index 9d29f16..0eb45f1 100644 --- a/sqjobs/brokers/base.py +++ b/sqjobs/brokers/base.py @@ -27,7 +27,7 @@ def serialize_job(self, job_name, job_id, args, kwargs): """ Serialize a job into a string to be sent to the broker - :param job_name: python class of the payload job + :param job_name: the name of the job :param job_id: the ID of the job :param args: arguments of the job :param kwargs: keyword arguments of the job