Skip to content

Commit 48c28b1

Browse files
author
Pawarit Laosunthara
authored
Fix typos in doc string for select_spark_version (#575)
## Changes Fix typos for argument types for the `select_spark_version` method. e.g. `spark_version` should be a string. ## Tests Docs only - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied Signed-off-by: Pawarit Laosunthara <[email protected]>
1 parent 898b57d commit 48c28b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

databricks/sdk/mixins/compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def select_spark_version(self,
8787
:param latest: bool
8888
:param ml: bool
8989
:param gpu: bool
90-
:param scala: bool
91-
:param spark_version: bool
90+
:param scala: str
91+
:param spark_version: str
9292
:param photon: bool
9393
:param graviton: bool
9494

0 commit comments

Comments
 (0)