Skip to content

Commit

Permalink
Typo: avaiable -> available
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed Dec 25, 2013
1 parent c2dd6bc commit 3665c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
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)
Expand Down

0 comments on commit 3665c72

Please sign in to comment.