Skip to content

Commit cbccbfe

Browse files
Documentation: replace <b> with <code> (again)
1 parent 332f7a2 commit cbccbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/programming-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,9 @@ for details.
935935
This always shuffles all data over the network. </td>
936936
</tr>
937937
<tr>
938-
<td> <code>repartitionAndSortWithinPartitions</code>(<i>partitioner</i>) </td>
938+
<td> <b>repartitionAndSortWithinPartitions</b>(<i>partitioner</i>) </td>
939939
<td> Repartition the RDD according to the given partitioner and, within each resulting partition,
940-
sort records by their keys. This is more efficient than calling <b>repartition</b> and then sorting within
940+
sort records by their keys. This is more efficient than calling <code>repartition</code> and then sorting within
941941
each partition because it can push the sorting down into the shuffle machinery. </td>
942942
</tr>
943943
</table>

0 commit comments

Comments
 (0)