diff --git a/docs/rdd-programming-guide.md b/docs/rdd-programming-guide.md index cbbce4c08206..a1adcc2f6eb0 100644 --- a/docs/rdd-programming-guide.md +++ b/docs/rdd-programming-guide.md @@ -46,7 +46,7 @@ Spark applications in Python can either be run with the `bin/spark-submit` scrip {% highlight python %} install_requires=[ - 'pyspark=={site.SPARK_VERSION}' + 'pyspark=={{site.SPARK_VERSION}}' ] {% endhighlight %}