commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7156 - trunk/gnue-common/src/apps


From: reinhard
Subject: [gnue] r7156 - trunk/gnue-common/src/apps
Date: Thu, 10 Mar 2005 13:27:02 -0600 (CST)

Author: reinhard
Date: 2005-03-10 13:27:02 -0600 (Thu, 10 Mar 2005)
New Revision: 7156

Modified:
   trunk/gnue-common/src/apps/errors.py
Log:
Fixed type in docstring.


Modified: trunk/gnue-common/src/apps/errors.py
===================================================================
--- trunk/gnue-common/src/apps/errors.py        2005-03-10 18:35:28 UTC (rev 
7155)
+++ trunk/gnue-common/src/apps/errors.py        2005-03-10 19:27:02 UTC (rev 
7156)
@@ -236,7 +236,7 @@
   """
   Return textual information about an exception.
 
-  This function creates a tuple (type, name, message, detail) for the last
+  This function creates a tuple (group, name, message, detail) for the last
   exception raised. The optional parameter determines the number of lines
   skipped from the detail traceback.
 
@@ -244,7 +244,7 @@
   messages.
 
   @param count: number of lines to skip in the traceback
-  @return: tuple with type, name, message and detail of the last exception.
+  @return: tuple with group, name, message and detail of the last exception.
   """
   (sType, sValue, sTrace) = sys.exc_info ()
   aType  = aType  or sType





reply via email to

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