Skip to content

Commit c05d11b

Browse files
andykpwendell
authored andcommitted
fix broken in link in python docs
Author: Andy Konwinski <[email protected]> Closes #650 from andyk/python-docs-link-fix and squashes the following commits: a1f9d51 [Andy Konwinski] fix broken in link in python docs
1 parent 7eefc9d commit c05d11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ errors = logData.filter(is_error)
4545

4646
PySpark will automatically ship these functions to executors, along with any objects that they reference.
4747
Instances of classes will be serialized and shipped to executors by PySpark, but classes themselves cannot be automatically distributed to executors.
48-
The [Standalone Use](#standalone-use) section describes how to ship code dependencies to executors.
48+
The [Standalone Use](#standalone-programs) section describes how to ship code dependencies to executors.
4949

5050
In addition, PySpark fully supports interactive use---simply run `./bin/pyspark` to launch an interactive shell.
5151

0 commit comments

Comments
 (0)