Skip to content

Commit d4d2f5c

Browse files
bowenli86dongjoon-hyun
authored andcommitted
[SPARK-32865][DOC] python section in quickstart page doesn't display SPARK_VERSION correctly
### What changes were proposed in this pull request? In https://github.com/apache/spark/blame/master/docs/quick-start.md#L402,it should be `{{site.SPARK_VERSION}}` rather than `{site.SPARK_VERSION}` ### Why are the changes needed? SPARK_VERSION isn't displayed correctly, as shown below ![image](https://user-images.githubusercontent.com/1892692/93006726-d03c8680-f514-11ea-85e3-1d7cfb682ef2.png) ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? tested locally, as shown below ![image](https://user-images.githubusercontent.com/1892692/93006712-a6835f80-f514-11ea-8d78-6831c9d65265.png) Closes #29738 from bowenli86/doc. Authored-by: bowen.li <bowenli86@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 0549c20) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 2e04689 commit d4d2f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ If you are building a packaged PySpark application or library you can add it to
399399

400400
{% highlight python %}
401401
install_requires=[
402-
'pyspark=={site.SPARK_VERSION}'
402+
'pyspark=={{site.SPARK_VERSION}}'
403403
]
404404
{% endhighlight %}
405405

0 commit comments

Comments
 (0)