SF.net SVN: fclient: [480] trunk/fcp2/src/fcp2/events.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-02 07:04:56
|
Revision: 480
http://fclient.svn.sourceforge.net/fclient/?rev=480&view=rev
Author: jUrner
Date: 2008-07-02 00:05:02 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
fixed broken docstrings
Modified Paths:
--------------
trunk/fcp2/src/fcp2/events.py
Modified: trunk/fcp2/src/fcp2/events.py
===================================================================
--- trunk/fcp2/src/fcp2/events.py 2008-07-02 07:04:52 UTC (rev 479)
+++ trunk/fcp2/src/fcp2/events.py 2008-07-02 07:05:02 UTC (rev 480)
@@ -113,11 +113,11 @@
The 'FcModified' member of the request will contain
a dict indicating wich aspect of the request was modified.
- The dict is a mapping of one or more [L{consts.RequestModified}] flag to the modified value.
- Modified value will always be None, except when the aspect is [L{consts.RequestModified.Identifier}]
- or [L{consts.RequestModified.Filename}]
+ The dict is a mapping of one or more [L{consts.ConstRequestModified}] flag to the modified value.
+ Modified value will always be None, except when the aspect is [L{consts.ConstRequestModified.Identifier}]
+ or [L{consts.ConstRequestModified.Filename}]
- @note: due to internal reasons the [L{consts.RequestModified.PersistentUserData}] member will
+ @note: due to internal reasons the [L{consts.ConstRequestModified.PersistentUserData}] member will
always be present
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|