Skip to content
Snippets Groups Projects
Commit 3665c722 authored by Andrew Ash's avatar Andrew Ash
Browse files

Typo: avaiable -> available

parent c2dd6bcd
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