Skip to content
Snippets Groups Projects
Commit 56094bcd authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #290 from ash211/patch-3

Typo: avaiable -> available
parents 4842a07d 3665c722
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment