Skip to content

Commit 332f7a2

Browse files
Documentation: replace <b> with <code>
1 parent cd2b05a commit 332f7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming-guide.md

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

0 commit comments

Comments
 (0)