Skip to content

Commit 8352d57

Browse files
committed
update version number
1 parent a286f2f commit 8352d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def textFile(self, name, minPartitions=None, use_unicode=True):
322322
323323
If use_unicode is False, the strings will be kept as `str` (encoding
324324
as `utf-8`), which is faster and smaller than unicode. (Added in
325-
Spark 1.1)
325+
Spark 1.2)
326326
327327
>>> path = os.path.join(tempdir, "sample-text.txt")
328328
>>> with open(path, "w") as testFile:
@@ -345,7 +345,7 @@ def wholeTextFiles(self, path, minPartitions=None, use_unicode=True):
345345
346346
If use_unicode is False, the strings will be kept as `str` (encoding
347347
as `utf-8`), which is faster and smaller than unicode. (Added in
348-
Spark 1.1)
348+
Spark 1.2)
349349
350350
For example, if you have the following files::
351351

0 commit comments

Comments
 (0)