mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Minor: Fix typo in docstring
This commit is contained in:
parent
cc46e9c498
commit
37aeba3143
1 changed files with 1 additions and 1 deletions
|
@ -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__(
|
||||
|
|
Loading…
Add table
Reference in a new issue