aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-01-20 10:24:53 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-01-20 10:24:53 -0800
commit2a8c2a67909c4878ea24ec94f203287e55dd3782 (patch)
treefdcda3017edc583361741fadf5ccd39b41a302e6 /python
parent5d473f050eca3d48c33ed0bda2eaf36d1298355b (diff)
downloadspark-2a8c2a67909c4878ea24ec94f203287e55dd3782.tar.gz
spark-2a8c2a67909c4878ea24ec94f203287e55dd3782.tar.bz2
spark-2a8c2a67909c4878ea24ec94f203287e55dd3782.zip
Minor formatting fixes
Diffstat (limited to 'python')
-rwxr-xr-xpython/examples/als.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/als.py b/python/examples/als.py
index 284cf0d3a2..010f80097f 100755
--- a/python/examples/als.py
+++ b/python/examples/als.py
@@ -68,4 +68,4 @@ if __name__ == "__main__":
error = rmse(R, ms, us)
print "Iteration %d:" % i
- print "\nRMSE: %5.4f\n" % error \ No newline at end of file
+ print "\nRMSE: %5.4f\n" % error