Skip to content

Commit

Permalink
[MINOR][DOCS] Fix site.SPARK_VERSION pattern in RDD Programming Guide
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Fix site.SPARK_VERSION pattern in RDD Programming Guide. I found this when I was developing #47968

### Why are the changes needed?
doc fix

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

doc build

### Was this patch authored or co-authored using generative AI tooling?

no

Closes #47985 from yaooqinn/version.

Authored-by: Kent Yao <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
yaooqinn authored and HyukjinKwon committed Sep 4, 2024
1 parent 339d1c9 commit 90a236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rdd-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit 90a236e

Please sign in to comment.