Skip to content

Commit ea267c6

Browse files
committed
SPARK-21094: Fix docstring typo
1 parent fa63ba7 commit ea267c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/java_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def launch_gateway(conf=None, popen_kwargs=None):
4242
launch jvm gateway
4343
:param conf: spark configuration passed to spark-submit
4444
:param popen_kwargs: Dictionary of kwargs to pass to Popen when spawning
45-
the py4j JVM. This is a developer feature intended for useful in
45+
the py4j JVM. This is a developer feature intended for use in
4646
customizing how pyspark interacts with the py4j JVM (e.g., capturing
4747
stdout/stderr).
4848
:return:

0 commit comments

Comments
 (0)