Skip to content

Commit e17a990

Browse files
committed
Fix docs
1 parent fac670d commit e17a990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/pytester/fixtures/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def make_job(
179179
* `path` (str, optional): The path to the notebook or file used in the job. If not provided, a random notebook or file will be created
180180
* [DEPRECATED: Use `path` instead] `notebook_path` (str, optional): The path to the notebook. If not provided, a random notebook will be created.
181181
* `content` (str | bytes, optional): The content of the notebook or file used in the job. If not provided, default content of `make_notebook` will be used.
182-
* `task_type` (type[NotebookTask] | type[SparkPythonTask], optional): The type of task. If not provides, `NotebookTask` will be used.
182+
* `task_type` (type[NotebookTask] | type[SparkPythonTask], optional): The type of task. If not provides, `type[NotebookTask]` will be used.
183183
* `spark_conf` (dict, optional): The Spark configuration of the job. If not provided, Spark configuration is not explicitly set.
184184
* `libraries` (list, optional): The list of libraries to install on the job.
185185
* `tags` (list[str], optional): A list of job tags. If not provided, no additional tags will be set on the job.

0 commit comments

Comments
 (0)