Browse Source

Mismatch.

Chris McDonough 18 năm trước cách đây
mục cha
commit
17216bb5e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.txt

+ 1 - 1
README.txt

@@ -441,7 +441,7 @@ Configuration File '[rpcinterface:x]' Section Settings (ADVANCED)
   factory.  Here's an example of a factory function, created in the
   package "my.package"::
 
-   def make_another_rpc_interface(supervisord, **config):
+   def make_another_rpcinterface(supervisord, **config):
        retries = int(config.get('retries', 0))
        another_rpc_interface = AnotherRPCInterface(supervisord, retries)
        return another_rpc_interface