From a21e0ca909d87243a4fbe9508c36eec0ce710386 Mon Sep 17 00:00:00 2001 From: noelsmith Date: Tue, 15 Sep 2015 19:48:36 +0100 Subject: [PATCH] Replaced addversion with versionadded in mllib.random --- python/pyspark/mllib/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyspark/mllib/random.py b/python/pyspark/mllib/random.py index 9c733b1332bc0..6a3c643b66417 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