Skip to content

Commit

Permalink
[PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mll…
Browse files Browse the repository at this point in the history
…ib.random

Missed this when reviewing `pyspark.mllib.random` for SPARK-10275.

Author: noelsmith <mail@noelsmith.com>

Closes #8773 from noel-smith/mllib-random-versionadded-fix.
  • Loading branch information
noel-smith authored and mengxr committed Sep 15, 2015
1 parent 8abef21 commit 7ca30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/mllib/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RandomRDDs(object):
Generator methods for creating RDDs comprised of i.i.d samples from
some distribution.
.. addedversion:: 1.1.0
.. versionadded:: 1.1.0
"""

@staticmethod
Expand Down

0 comments on commit 7ca30b5

Please sign in to comment.