Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit b77ecd9

Browse files
committed
fix a typo
1 parent 45dfcd3 commit b77ecd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import org.apache.spark.SparkContext
4848
import org.apache.spark.SparkConf
4949
{% endhighlight %}
5050

51-
(Before Spark 1.3.0, you need to explicitly import `import org.apache.spark.SparkContext._` to enable essential implicit conversions.)
51+
(Before Spark 1.3.0, you need to explicitly `import org.apache.spark.SparkContext._` to enable essential implicit conversions.)
5252

5353
</div>
5454

0 commit comments

Comments
 (0)