Skip to content

Commit a90a52e

Browse files
committed
Addressing review comments
1 parent 7bee2e7 commit a90a52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utility-guides/BatchProcessing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Batch Processing utility provides a one-stop function for processing batches
2323
## Example Usage
2424

2525
```python
26-
from batch_processing_utility import batch_processing
26+
from utils.batch_processing import batch_processing
2727

2828
batch_processing(
2929
page=page,
@@ -67,7 +67,7 @@ This is the **main entry point function** that should be called to process a bat
6767
- `run_timed_events`:
6868
- Type: `bool`
6969
- If this is set to **True**, then bcss_timed_events will be executed against all the subjects found in the batch
70-
- These timed events might include actions such as updating subject statuses, triggering scheduled workflows, or simulating the passage of time-dependent processing steps.
70+
- These timed events simulate the passage of time-dependent processing steps.
7171
- `get_subjects_from_pdf`:
7272
- Type: `bool`
7373
- If this is set to **True**, then the subjects will be retrieved from the downloaded PDF file instead of from the DB

0 commit comments

Comments
 (0)