SF.net SVN: fclient: [482] trunk/fcp2/src/fcp2/key.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-02 07:05:19
|
Revision: 482
http://fclient.svn.sourceforge.net/fclient/?rev=482&view=rev
Author: jUrner
Date: 2008-07-02 00:05:23 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
fixed broken docstrings
Modified Paths:
--------------
trunk/fcp2/src/fcp2/key.py
Modified: trunk/fcp2/src/fcp2/key.py
===================================================================
--- trunk/fcp2/src/fcp2/key.py 2008-07-02 07:05:11 UTC (rev 481)
+++ trunk/fcp2/src/fcp2/key.py 2008-07-02 07:05:23 UTC (rev 482)
@@ -145,7 +145,7 @@
def Key(string):
"""creates a key object from a string
- @return: L{KeyBase}
+ @return: (L{_KeyBase})
"""
return TypeKey.fcpToPython(string)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|