Skip to content

Commit c6f6524

Browse files
committed
Use italics for the whole hint
1 parent f46b8fc commit c6f6524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multiprocessing/work-distribution/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ If needed, figure out also how to deal with any coordinates left out of the
1313
neat uniform-sized chunks.
1414

1515
a) Use a Pool of Workers to distribute the tasks to worker processes.
16-
*Hint*: if you return also the weight of each chunk, you can process also
17-
non-uniform sized chunks.
16+
*Hint: if you return also the weight of each chunk, you can process also
17+
non-uniform sized chunks.*
1818

1919
OR
2020

0 commit comments

Comments
 (0)