From d279e2b201f64558c072931f072cc0e494b3575c Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 12 Oct 2013 22:54:34 -0600 Subject: [PATCH] Clear up incorrect docstring. --- direct/src/distributed/AstronInternalRepository.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/distributed/AstronInternalRepository.py b/direct/src/distributed/AstronInternalRepository.py index 98cc3a07b6..0f34bb64a0 100644 --- a/direct/src/distributed/AstronInternalRepository.py +++ b/direct/src/distributed/AstronInternalRepository.py @@ -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: