Clear up incorrect docstring.
This commit is contained in:
parent
ba77f823d9
commit
d279e2b201
|
|
@ -75,8 +75,7 @@ class AstronInternalRepository(ConnectionRepository):
|
|||
"""
|
||||
Register for messages on a specific Message Director channel.
|
||||
|
||||
If the channel is already open by this AIR, nothing will happen. If the
|
||||
AIR is not yet connected, it will be requested upon connect.
|
||||
If the channel is already open by this AIR, nothing will happen.
|
||||
"""
|
||||
|
||||
if channel in self._registeredChannels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue