aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/context.py')
-rw-r--r--python/pyspark/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index a33aae87f6..a17f2c1203 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -53,7 +53,7 @@ class SparkContext(object):
"""
Main entry point for Spark functionality. A SparkContext represents the
- connection to a Spark cluster, and can be used to create L{RDD}s and
+ connection to a Spark cluster, and can be used to create L{RDD} and
broadcast variables on that cluster.
"""