Repository: spark Updated Branches: refs/heads/master 8abef21da -> 7ca30b505
[PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.random Missed this when reviewing `pyspark.mllib.random` for SPARK-10275. Author: noelsmith <[email protected]> Closes #8773 from noel-smith/mllib-random-versionadded-fix. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7ca30b50 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7ca30b50 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7ca30b50 Branch: refs/heads/master Commit: 7ca30b505c3561dc2832b463be4c6301a90380e4 Parents: 8abef21 Author: noelsmith <[email protected]> Authored: Tue Sep 15 12:23:20 2015 -0700 Committer: Xiangrui Meng <[email protected]> Committed: Tue Sep 15 12:23:20 2015 -0700 ---------------------------------------------------------------------- python/pyspark/mllib/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/7ca30b50/python/pyspark/mllib/random.py ---------------------------------------------------------------------- diff --git a/python/pyspark/mllib/random.py b/python/pyspark/mllib/random.py index 9c733b1..6a3c643 100644 --- a/python/pyspark/mllib/random.py +++ b/python/pyspark/mllib/random.py @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
