diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala index 0bd8d0c98b639..b0ea0fc5a51f7 100644 --- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala +++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala @@ -685,7 +685,7 @@ object SparkSubmit extends CommandLineUtils { val formattedPyFiles = if (!isYarnCluster && !isMesosCluster && !isKubernetesCluster) { PythonRunner.formatPaths(resolvedPyFiles).mkString(",") } else { - // Ignoring formatting python path in yarn, mesos, and kubernetes cluster mode, these two modes + // Ignoring formatting python path in yarn, mesos, and kubernetes cluster mode, these modes // support dealing with remote python files, they could distribute and add python files // locally. resolvedPyFiles