diff --git a/docs/programming-guide.md b/docs/programming-guide.md index 6b365e83fb56d9b10768dce347ff77d131d08a00..118701549a7591bd231cb8ae15ec401d60ba8a87 100644 --- a/docs/programming-guide.md +++ b/docs/programming-guide.md @@ -975,7 +975,7 @@ for details. </tr> <tr> <td> <b>take</b>(<i>n</i>) </td> - <td> Return an array with the first <i>n</i> elements of the dataset. Note that this is currently not executed in parallel. Instead, the driver program computes all the elements. </td> + <td> Return an array with the first <i>n</i> elements of the dataset. </td> </tr> <tr> <td> <b>takeSample</b>(<i>withReplacement</i>, <i>num</i>, [<i>seed</i>]) </td>