Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed Aug 26, 2015
1 parent 7c94f9c commit 3842a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/readwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def json(self, path, schema=None):
through the input once to determine the input schema.
:param path: string represents path to the JSON dataset,
or RDD of Strings storing JSON objects.
or RDD of Strings storing JSON objects.
:param schema: an optional :class:`StructType` for the input schema.
>>> df1 = sqlContext.read.json('python/test_support/sql/people.json')
Expand Down

0 comments on commit 3842a6b

Please sign in to comment.