Skip to content

Commit 6a40d2f

Browse files
authored
fix punctuation
1 parent 621ab53 commit 6a40d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter3/12_Point-to-point_communication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python的 ``mpi4py`` 通过下面两个函数提供了点对点通讯功能:
1515
|how|
1616
-----
1717

18-
下面的例子展示了如何使用 ``comm.send`` 和 ``comm,recv`` 指令在不同的进程之间交换信息。 ::
18+
下面的例子展示了如何使用 ``comm.send`` 和 ``comm.recv`` 指令在不同的进程之间交换信息。 ::
1919

2020
from mpi4py import MPI
2121
comm = MPI.COMM_WORLD

0 commit comments

Comments
 (0)