Skip to content

Commit 3b1126a

Browse files
Fixed typo in Python API documentation (#862)
Co-authored-by: Clémentine Fourrier <[email protected]>
1 parent e7d7090 commit 3b1126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-the-python-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131

3232
pipeline_params = PipelineParameters(
3333
launcher_type=ParallelismManager.ACCELERATE,
34-
custom_task_directory=None, # if using a custom task
34+
custom_tasks_directory=None, # if using a custom task
3535
# Remove the 2 parameters below once your configuration is tested
3636
max_samples=10
3737
)

0 commit comments

Comments
 (0)