Skip to content

Commit a73120a

Browse files
committed
Align docstring with code.
1 parent c598377 commit a73120a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/palace/manager/celery/tasks/lexile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def _query_isbns_without_lexile(
5353
:param session: Database session.
5454
:param offset: Offset for pagination.
5555
:param limit: Maximum number of identifiers to return.
56-
:param force: If True, include all ISBNs (including those with Lexile from other
57-
sources). If False, only include ISBNs with no Lexile classification.
56+
:param force: If True, include all ISBNs (including those that already have lexile scores from
57+
Lexile DB). If False, only include ISBNs without Lexile classification.
5858
:return: List of Identifier objects.
5959
"""
6060
lexile_subject_exists = (

0 commit comments

Comments
 (0)