We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e27a2 commit 41c5ea8Copy full SHA for 41c5ea8
chapter5/11_A_remote_procedure_call_with_RPyC.rst
@@ -56,4 +56,4 @@ Remote Python Call(RPyC)是一个用作远程过程调用,同时也可以用
56
57
下来,我们执行了这条语句: ``c.execute("print('hi python cookbook')")`` 。
58
59
-这条语句就会在服务器上执行print语句(远程的``exec``语句)。
+这条语句就会在服务器上执行print语句(远程的 ``exec`` 语句)。
0 commit comments