Skip to content

Commit

Permalink
chore(spark): fix typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiani committed Sep 11, 2024
1 parent 8510201 commit e4af94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/damavand/base/controllers/spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SparkController(ApplicationController):
Return the currently active Spark session.
application_with_id(app_id)
Return the Spark application with the given ID.
run_applications(id_)
run_application(app_id)
Run the Spark application with the given ID.
"""

Expand Down Expand Up @@ -154,7 +154,7 @@ def run_application(self, app_id: str) -> None:
"""Run the Spark application with the given ID.
Args:
id_ (str): The application ID.
app_id (str): The application ID.
"""

app = self.application_with_id(app_id)
Expand Down

0 comments on commit e4af94e

Please sign in to comment.