Clear up incorrect docstring.

This commit is contained in:
Sam Edwards 2013-10-12 22:54:34 -06:00
parent ba77f823d9
commit d279e2b201
1 changed files with 1 additions and 2 deletions

View File

@ -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: