SF.net SVN: fclient: [484] trunk/fcp2/src/fcp2/types.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-02 07:05:30
|
Revision: 484
http://fclient.svn.sourceforge.net/fclient/?rev=484&view=rev
Author: jUrner
Date: 2008-07-02 00:05:37 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
fixed broken docstrings
Modified Paths:
--------------
trunk/fcp2/src/fcp2/types.py
Modified: trunk/fcp2/src/fcp2/types.py
===================================================================
--- trunk/fcp2/src/fcp2/types.py 2008-07-02 07:05:32 UTC (rev 483)
+++ trunk/fcp2/src/fcp2/types.py 2008-07-02 07:05:37 UTC (rev 484)
@@ -130,7 +130,7 @@
class TypeTimeDelta(Type):
"""Time durations passed as tuple((int) number, modifier).
- For modifiers see : L{consts.TimeDeltaPostfix}. Number can be -1
+ For modifiers see : L{consts.ConstTimeDeltaPostfix}. Number can be -1
aswell, meaniong 'not set' or 'undefined'.
>>> TypeTimeDelta.fcpToPython('1000day')
@@ -172,7 +172,7 @@
class TypeByteAmount(Type):
"""Byte amounts are passed as tuple((int, float) number, modifier).
- For modifiers see : L{consts.ByteAmountPostfix}. Number of bytes can be -1
+ For modifiers see : L{consts.ConstByteAmountPostfix}. Number of bytes can be -1
aswell, meaniong 'not set' or 'undefined'.
>>> TypeByteAmount.fcpToPython('1000k')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|