SF.net SVN: fclient: [398] trunk/sandbox/fcp2/types.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-04-09 22:33:52
|
Revision: 398
http://fclient.svn.sourceforge.net/fclient/?rev=398&view=rev
Author: jUrner
Date: 2008-04-09 14:46:27 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
fixed docs
Modified Paths:
--------------
trunk/sandbox/fcp2/types.py
Modified: trunk/sandbox/fcp2/types.py
===================================================================
--- trunk/sandbox/fcp2/types.py 2008-04-09 21:46:20 UTC (rev 397)
+++ trunk/sandbox/fcp2/types.py 2008-04-09 21:46:27 UTC (rev 398)
@@ -130,7 +130,7 @@
class FcpTypeTimeDelta(FcpType):
"""Time durations passed as tuple((int) number, modifier).
- For modifiers see : L{consts.TimeDurationPostfix}. Number can be -1
+ For modifiers see : L{consts.TimeDeltaPostfix}. Number can be -1
aswell, meaniong 'not set' or 'undefined'.
>>> FcpTypeTimeDelta.fcpToPython('1000day')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|