Skip to content

Commit

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

0 comments on commit cbccbfe

Please sign in to comment.