commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5624 - trunk/gnue-common/src/logic


From: reinhard
Subject: r5624 - trunk/gnue-common/src/logic
Date: Fri, 2 Apr 2004 16:04:55 -0600 (CST)

Author: reinhard
Date: 2004-04-02 16:04:55 -0600 (Fri, 02 Apr 2004)
New Revision: 5624

Modified:
   trunk/gnue-common/src/logic/GTrigger.py
Log:
Fix docstring.


Modified: trunk/gnue-common/src/logic/GTrigger.py
===================================================================
--- trunk/gnue-common/src/logic/GTrigger.py     2004-04-02 22:04:00 UTC (rev 
5623)
+++ trunk/gnue-common/src/logic/GTrigger.py     2004-04-02 22:04:55 UTC (rev 
5624)
@@ -281,8 +281,8 @@
     
     @param key: The name of the trigger
     @type key: string
-    @param consumeAbort: If true then AbortRequests from the trigger are 
ignored
-    @type consumeAbort: boolean
+    @param ignoreAbort: If true then AbortRequests from the trigger are ignored
+    @type ignoreAbort: boolean
     """
     key = string.upper(key)
     if key in self._validTriggers.keys():





reply via email to

[Prev in Thread] Current Thread [Next in Thread]