Skip to content

Commit 2c3d395

Browse files
committed
Small language / formatting improvement
1 parent 6967980 commit 2c3d395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpi/message-exchange/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
### Communicating general Python objects
44

55
Write a simple program where two processes send and receive a message to/from
6-
each other using `send` and `recv`. The message content is a dictionary with a
7-
key `{‘rank’ : myrank}` where myrank is the rank of the sending process.
6+
each other using `send` and `recv`. The message content is a dictionary
7+
`{‘rank’ : myrank}` where `myrank` is the rank of the sending process.
88
After receiving a message, each process should print out the rank of the
99
process and the value in the received dictionary.
1010

0 commit comments

Comments
 (0)