aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/sql/conf.py')
-rw-r--r--python/pyspark/sql/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pyspark/sql/conf.py b/python/pyspark/sql/conf.py
index 7428c91991..609d882a95 100644
--- a/python/pyspark/sql/conf.py
+++ b/python/pyspark/sql/conf.py
@@ -23,7 +23,6 @@ class RuntimeConfig(object):
"""User-facing configuration API, accessible through `SparkSession.conf`.
Options set here are automatically propagated to the Hadoop configuration during I/O.
- This a thin wrapper around its Scala implementation org.apache.spark.sql.RuntimeConfig.
"""
def __init__(self, jconf):