Skip to content

Commit 3261dfa

Browse files
staubhpPayton Staubshreyapanditahsan-z-khan
authored
documentation: Fix documentation formatting for PySpark and SparkJar processors (#2487)
Co-authored-by: Payton Staub <[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Ahsan Khan <[email protected]>
1 parent bcdfc6c commit 3261dfa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/sagemaker/spark/processing.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ def get_run_args(
733733
):
734734
"""Returns a RunArgs object.
735735
736-
This object contains the normalized inputs, outputs
737-
and arguments needed when using a ``PySparkProcessor``
738-
in a :class:`~sagemaker.workflow.steps.ProcessingStep`.
736+
This object contains the normalized inputs, outputs and arguments
737+
needed when using a ``PySparkProcessor`` in a
738+
:class:`~sagemaker.workflow.steps.ProcessingStep`.
739739
740740
Args:
741741
submit_app (str): Path (local or S3) to Python file to submit to Spark
@@ -982,9 +982,9 @@ def get_run_args(
982982
):
983983
"""Returns a RunArgs object.
984984
985-
This object contains the normalized inputs, outputs
986-
and arguments needed when using a ``SparkJarProcessor``
987-
in a :class:`~sagemaker.workflow.steps.ProcessingStep`.
985+
This object contains the normalized inputs, outputs and arguments
986+
needed when using a ``SparkJarProcessor`` in a
987+
:class:`~sagemaker.workflow.steps.ProcessingStep`.
988988
989989
Args:
990990
submit_app (str): Path (local or S3) to Python file to submit to Spark

0 commit comments

Comments
 (0)