Skip to content

Commit

Permalink
s/return/returns/
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jan 11, 2016
1 parent 53c94f9 commit 0f17577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/mllib/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def computeCost(self, x):
"""
Return the Bisecting K-means cost (sum of squared distances of
points to their nearest center) for this model on the given
data. If provided with an RDD of points return the sum.
data. If provided with an RDD of points returns the sum.
:param point: the point or RDD of points to compute the cost(s).
"""
Expand Down

0 comments on commit 0f17577

Please sign in to comment.