aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2013-12-25 13:14:33 -0500
committerMatei Zaharia <matei@databricks.com>2013-12-25 13:14:33 -0500
commit56094bcd8d3ba3442b88af01393d06fd7cd79bde (patch)
treee140b00329def4847e43d39cdef089fc7b8f6e74 /python
parent4842a07da856e68c216199ed6efdfd198afa4815 (diff)
parent3665c722b5b540ec96463031b9980cdc43829deb (diff)
downloadspark-56094bcd8d3ba3442b88af01393d06fd7cd79bde.tar.gz
spark-56094bcd8d3ba3442b88af01393d06fd7cd79bde.tar.bz2
spark-56094bcd8d3ba3442b88af01393d06fd7cd79bde.zip
Merge pull request #290 from ash211/patch-3
Typo: avaiable -> available
Diffstat (limited to 'python')
-rw-r--r--python/pyspark/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/shell.py b/python/pyspark/shell.py
index a475959090..ef07eb437b 100644
--- a/python/pyspark/shell.py
+++ b/python/pyspark/shell.py
@@ -42,7 +42,7 @@ print "Using Python version %s (%s, %s)" % (
platform.python_version(),
platform.python_build()[0],
platform.python_build()[1])
-print "Spark context avaiable as sc."
+print "Spark context available as sc."
if add_files != None:
print "Adding files: [%s]" % ", ".join(add_files)