Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Sep 7, 2014
1 parent a286f2f commit 8352d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyspark/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def textFile(self, name, minPartitions=None, use_unicode=True):
If use_unicode is False, the strings will be kept as `str` (encoding
as `utf-8`), which is faster and smaller than unicode. (Added in
Spark 1.1)
Spark 1.2)
>>> path = os.path.join(tempdir, "sample-text.txt")
>>> with open(path, "w") as testFile:
Expand All @@ -345,7 +345,7 @@ def wholeTextFiles(self, path, minPartitions=None, use_unicode=True):
If use_unicode is False, the strings will be kept as `str` (encoding
as `utf-8`), which is faster and smaller than unicode. (Added in
Spark 1.1)
Spark 1.2)
For example, if you have the following files::
Expand Down

0 comments on commit 8352d57

Please sign in to comment.