From b1620da0095bc383a8535c252d1c985e0e1fa008 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Sun, 13 Oct 2024 09:24:53 +0700 Subject: [PATCH] Updated the docstring of registry.get_job_ids() --- rq/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/registry.py b/rq/registry.py index 42568543..217b5708 100644 --- a/rq/registry.py +++ b/rq/registry.py @@ -159,7 +159,7 @@ class BaseRegistry: Args: start (int, optional): _description_. Defaults to 0. end (int, optional): _description_. Defaults to -1. - end (bool, optional): _description_. Defaults to False. + desc (bool, optional): _description_. Defaults to False. Returns: _type_: _description_