Minor: Fix typo in docstring

This commit is contained in:
Dmitry Kuzmenko 2019-03-27 23:39:00 +03:00
parent cc46e9c498
commit 37aeba3143
No known key found for this signature in database
GPG key ID: 4C7CAD30C95651DA

View file

@ -589,7 +589,7 @@ class IPCMessageSubscriberService(IPCClient):
of IPCMessageSubscriber instances feeding all of them with data. It closes automatically when
there are no more subscribers.
To use this rever to IPCMessageSubscriber documentation.
To use this refer to IPCMessageSubscriber documentation.
'''
def __singleton_init__(self, socket_path, io_loop=None):
super(IPCMessageSubscriberService, self).__singleton_init__(