Skip to content

Commit 476ea34

Browse files
committed
style fixes
1 parent b13a0b9 commit 476ea34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/mllib/feature.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def transform(self, word):
4545
:param word: a word
4646
:return: vector representation of word
4747
Transforms a word to its vector representation
48-
48+
4949
Note: local use only
5050
"""
5151
# TODO: make transform usable in RDD operations from python side
@@ -58,7 +58,7 @@ def findSynonyms(self, x, num):
5858
:param num: number of synonyms to find
5959
:return: array of (word, cosineSimilarity)
6060
Find synonyms of a word
61-
61+
6262
Note: local use only
6363
"""
6464
# TODO: make findSynonyms usable in RDD operations from python side

0 commit comments

Comments
 (0)