We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dfcd3 commit b77ecd9Copy full SHA for b77ecd9
docs/programming-guide.md
@@ -48,7 +48,7 @@ import org.apache.spark.SparkContext
48
import org.apache.spark.SparkConf
49
{% endhighlight %}
50
51
-(Before Spark 1.3.0, you need to explicitly import `import org.apache.spark.SparkContext._` to enable essential implicit conversions.)
+(Before Spark 1.3.0, you need to explicitly `import org.apache.spark.SparkContext._` to enable essential implicit conversions.)
52
53
</div>
54
0 commit comments