Fix a typo

Change-Id: I3505857116a0b85e3d6427e010d7eb94acf6841c
This commit is contained in:
melissaml 2018-09-23 01:53:11 +08:00
parent 0ae072e1ad
commit 3ee0e68559
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class RpcProxy(object):
rpc API.
"""
# The default namespace, which can be overriden in a subclass.
# The default namespace, which can be overridden in a subclass.
RPC_API_NAMESPACE = None
def __init__(self, topic, default_version, version_cap=None,