Skip to content

Commit

Permalink
Documentation: replace <b> with <code>
Browse files Browse the repository at this point in the history
  • Loading branch information
msiddalingaiah committed Dec 1, 2014
1 parent cd2b05a commit 332f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ for details.
This always shuffles all data over the network. </td>
</tr>
<tr>
<td> <b>repartitionAndSortWithinPartitions</b>(<i>partitioner</i>) </td>
<td> <code>repartitionAndSortWithinPartitions</code>(<i>partitioner</i>) </td>
<td> Repartition the RDD according to the given partitioner and, within each resulting partition,
sort records by their keys. This is more efficient than calling <b>repartition</b> and then sorting within
each partition because it can push the sorting down into the shuffle machinery. </td>
Expand Down

0 comments on commit 332f7a2

Please sign in to comment.