SF.net SVN: fclient: [250] trunk/sandbox/fcp/fcp2_0_message.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-26 09:08:25
|
Revision: 250
http://fclient.svn.sourceforge.net/fclient/?rev=250&view=rev
Author: jurner
Date: 2008-02-26 01:08:23 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
documentation fix
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_message.py
Modified: trunk/sandbox/fcp/fcp2_0_message.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_message.py 2008-02-26 09:07:59 UTC (rev 249)
+++ trunk/sandbox/fcp/fcp2_0_message.py 2008-02-26 09:08:23 UTC (rev 250)
@@ -70,7 +70,7 @@
def fromSocket(clss, socketObj):
"""Reads a message from a socket
@param socketObj: socket to read a message from
- @return: L{Message} next message from the socket. If the socket dies
+ @return: (Message) next message from the socket. If the socket dies
unexpectedly a L{consts.Message.ClientSocketDied} message is returned containing the parameters
'Exception' and 'Details'. If the socket times out a L{consts.Message.ClientSocketTimeout} message is returned.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|