Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alope107 committed Jul 1, 2015
1 parent fee915e commit 678fa76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions findspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ def init(spark_home=None, edit_rc=False, edit_profile=False):
----------
spark_home : str, optional, default = None
Path to Spark installation, will try to find automatically
if not provided
if not provided.
edit_rc : bool, optional, default = False
Whether to attempt to persist changes by appending to shell
config.
edit_profile : bool, optional, default = False
Whether to create a create an IPython startup file to automatically
Whether to create an IPython startup file to automatically
configure and import pyspark.
"""

Expand Down

0 comments on commit 678fa76

Please sign in to comment.