Skip to content

Commit

Permalink
Fix addedversion to versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Sep 16, 2015
1 parent 0e093f1 commit 817b168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/mllib/fpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class FPGrowthModel(JavaModelWrapper):
>>> sorted(model.freqItemsets().collect())
[FreqItemset(items=[u'a'], freq=4), FreqItemset(items=[u'c'], freq=3), ...
.. addedversion:: 1.4.0
.. versionadded:: 1.4.0
"""

@since("1.4.0")
Expand Down

0 comments on commit 817b168

Please sign in to comment.