Skip to content

Commit 14ac602

Browse files
author
Diana Carroll
committed
typo in python example text
1 parent 5121e3e commit 14ac602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For its Scala API, Spark {{site.SPARK_VERSION}} depends on Scala {{site.SCALA_BI
2323

2424
# Running the Examples and Shell
2525

26-
Spark comes with several sample programs. Scala and Java examples are in the `examples` directory, and Python examples are in the `python/examples`.
26+
Spark comes with several sample programs. Scala and Java examples are in the `examples` directory, and Python examples are in `python/examples`.
2727
To run one of the Java or Scala sample programs, use `./bin/run-example <class> <params>` in the top-level Spark directory
2828
(the `bin/run-example` script sets up the appropriate paths and launches that program).
2929
For example, try `./bin/run-example org.apache.spark.examples.SparkPi local`.

0 commit comments

Comments
 (0)