aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/mllib/correlations.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/main/python/mllib/correlations.py')
-rwxr-xr-xexamples/src/main/python/mllib/correlations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/python/mllib/correlations.py b/examples/src/main/python/mllib/correlations.py
index 6b16a56e44..4218eca822 100755
--- a/examples/src/main/python/mllib/correlations.py
+++ b/examples/src/main/python/mllib/correlations.py
@@ -28,7 +28,7 @@ from pyspark.mllib.util import MLUtils
if __name__ == "__main__":
- if len(sys.argv) not in [1,2]:
+ if len(sys.argv) not in [1, 2]:
print >> sys.stderr, "Usage: correlations (<file>)"
exit(-1)
sc = SparkContext(appName="PythonCorrelations")