Skip to content

Commit 41c5ea8

Browse files
authored
add space
1 parent 32e27a2 commit 41c5ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter5/11_A_remote_procedure_call_with_RPyC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Remote Python Call(RPyC)是一个用作远程过程调用,同时也可以用
5656

5757
下来,我们执行了这条语句: ``c.execute("print('hi python cookbook')")`` 。
5858

59-
这条语句就会在服务器上执行print语句(远程的``exec``语句)。
59+
这条语句就会在服务器上执行print语句(远程的 ``exec`` 语句)。

0 commit comments

Comments
 (0)