Skip to content

Commit 943bdc1

Browse files
Fixed spelling issue in docstring
1 parent daa838b commit 943bdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/batch_processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def batch_processing(
3535
batch_description (str): The description of the batch. E.g. Pre-invitation (FIT)
3636
latest_event_status (str): The status the subject will get updated to after the batch has been processed.
3737
run_timed_events (bool): An optional input that executes bcss_timed_events if set to True
38-
get_subjects_from_pdf (bool): An optial input to change the method of retrieving subjects from the batch from the DB to the PDF file.
38+
get_subjects_from_pdf (bool): An optional input to change the method of retrieving subjects from the batch from the DB to the PDF file.
3939
"""
4040
logging.info(f"Processing {batch_type} - {batch_description} batch")
4141
BasePage(page).click_main_menu_link()
@@ -94,7 +94,7 @@ def prepare_and_print_batch(
9494
Args:
9595
page (Page): This is the playwright page object
9696
link_text (str): The batch ID
97-
get_subjects_from_pdf (bool): An optial input to change the method of retrieving subjects from the batch from the DB to the PDF file.
97+
get_subjects_from_pdf (bool): An optional input to change the method of retrieving subjects from the batch from the DB to the PDF file.
9898
9999
Returns:
100100
nhs_no_df (pd.DataFrame | None): if get_subjects_from_pdf is True, this is a DataFrame with the column 'subject_nhs_number' and each NHS number being a record, otherwise it is None

0 commit comments

Comments
 (0)