Skip to content

Commit 15f90f0

Browse files
author
林尧
committed
fix comment
1 parent b65f12e commit 15f90f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dubbo/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DubboClient(object):
4343
def __init__(self, interface, version='', dubbo_version='2.4.10', zk_register=None, host=None):
4444
"""
4545
:param interface: 接口名,例如:com.qianmi.pc.es.api.EsProductQueryProvider
46-
:param version: 接口的版本号,例如:1.0.0,默认为1.0.0
46+
:param version: 接口的版本号,默认:""
4747
:param dubbo_version: dubbo的版本号,默认为2.4.10
4848
:param zk_register: zookeeper注册中心管理端,参见类:ZkRegister
4949
:param host: 远程主机地址,用于绕过zookeeper进行直连,例如:172.21.4.98:20882

0 commit comments

Comments
 (0)