diff --git a/python/pyspark/context.py b/python/pyspark/context.py index a90870ed3a3537d2e9c8dbfce1acdd8c61386493..82f76de31afc127d1d35801eef3bbc80699b4b69 100644 --- a/python/pyspark/context.py +++ b/python/pyspark/context.py @@ -568,8 +568,6 @@ class SparkContext(object): L{Broadcast<pyspark.broadcast.Broadcast>} object for reading it in distributed functions. The variable will be sent to each cluster only once. - - :keep: Keep the `value` in driver or not. """ ser = CompressedSerializer(PickleSerializer()) # pass large object by py4j is very slow and need much memory