aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoelsmith <mail@noelsmith.com>2015-09-15 12:23:20 -0700
committerXiangrui Meng <meng@databricks.com>2015-09-15 12:23:20 -0700
commit7ca30b505c3561dc2832b463be4c6301a90380e4 (patch)
tree2ac69c3e81718529f038c51ce8968737e29e8eca
parent8abef21dac1a6538c4e4e0140323b83d804d602b (diff)
downloadspark-7ca30b505c3561dc2832b463be4c6301a90380e4.tar.gz
spark-7ca30b505c3561dc2832b463be4c6301a90380e4.tar.bz2
spark-7ca30b505c3561dc2832b463be4c6301a90380e4.zip
[PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.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.
-rw-r--r--python/pyspark/mllib/random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/mllib/random.py b/python/pyspark/mllib/random.py
index 9c733b1332..6a3c643b66 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