Skip to content

Commit d31e207

Browse files
author
Ghislain Fourny
committed
Improve formatting
1 parent f9f81ef commit d31e207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ while(res.hasNext()):
9292
print(res.nextJSON());
9393
res.close();
9494
95-
# This gets an RDD of JSON values that can be processed by Python rdd = res.getAsJSONRDD();
95+
# This gets an RDD of JSON values that can be processed by Python
96+
rdd = res.getAsJSONRDD();
9697
print(rdd.count());
9798
for str in rdd.take(10):
9899
print(str);

0 commit comments

Comments
 (0)