From 89961d4902506a6efcfd536348708c3d5a41f709 Mon Sep 17 00:00:00 2001 From: Howard Jones Date: Thu, 1 Feb 2024 15:26:24 +0000 Subject: [PATCH] fix: other people's linting errors blocking PR (4) --- towerlib/entities/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/towerlib/entities/job.py b/towerlib/entities/job.py index 6342e42..6511fb2 100644 --- a/towerlib/entities/job.py +++ b/towerlib/entities/job.py @@ -2028,7 +2028,7 @@ def count(self): def next(self): """Next page URL for paging. - The `next` and `previous` fields provides links to additional results if there are more + The `next` and `previous` fields provides links to additional results if there are more than will fit on a single page. Returns: