Skip to content

Commit a1f9d51

Browse files
committed
fix broken in link in python docs
1 parent 3292e2a commit a1f9d51

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)