[telepathy-python/master] s/Target/TargetHandle/ in an InvalidArgument raise.
Jonny Lamb
jonny.lamb at collabora.co.uk
Thu Jul 16 01:49:34 PDT 2009
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/server/conn.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/server/conn.py b/src/server/conn.py
index e1f318e..6d21319 100644
--- a/src/server/conn.py
+++ b/src/server/conn.py
@@ -455,8 +455,8 @@ class ConnectionInterfaceRequests(
'either TargetHandle or TargetID must also be given')
if target_handle != None and target_id != None:
- raise InvalidArgument('Target and TargetID must not both be ' +
- 'given')
+ raise InvalidArgument('TargetHandle and TargetID must not ' +
+ 'both be given')
self.check_handle_type(target_handle_type)
--
1.5.6.5
More information about the telepathy-commits
mailing list