commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7378 - in trunk: gnue-appserver/src gnue-common/src/apps


From: reinhard
Subject: [gnue] r7378 - in trunk: gnue-appserver/src gnue-common/src/apps
Date: Fri, 15 Apr 2005 09:50:34 -0500 (CDT)

Author: reinhard
Date: 2005-04-15 09:50:33 -0500 (Fri, 15 Apr 2005)
New Revision: 7378

Modified:
   trunk/gnue-appserver/src/geasFilter.py
   trunk/gnue-common/src/apps/errors.py
Log:
Fixed docstring indentation for epydoc.


Modified: trunk/gnue-appserver/src/geasFilter.py
===================================================================
--- trunk/gnue-appserver/src/geasFilter.py      2005-04-15 14:28:48 UTC (rev 
7377)
+++ trunk/gnue-appserver/src/geasFilter.py      2005-04-15 14:50:33 UTC (rev 
7378)
@@ -63,7 +63,7 @@
     in a requested language and all their possible values. The result is a
     sequence of tuples, where a tuple is constructed as follows:
 
-      (filter-class, labels, master, data)
+    (filter-class, labels, master, data)
 
     filter-class: tuple with the name of the filter class and it's label
     labels: a sequence of tuples describing the labels (label, search, field)

Modified: trunk/gnue-common/src/apps/errors.py
===================================================================
--- trunk/gnue-common/src/apps/errors.py        2005-04-15 14:28:48 UTC (rev 
7377)
+++ trunk/gnue-common/src/apps/errors.py        2005-04-15 14:50:33 UTC (rev 
7378)
@@ -82,7 +82,7 @@
   def getName (self, aType = None):
     """
     Return the exception's name, which is the classname of the exception class
-      unless overwritten with L{name}.
+    unless overwritten with L{name}.
 
     @return: Name of the exception.
     @rtype: Unicode
@@ -98,7 +98,7 @@
   def getDetail (self, count = None, type = None, value = None, trace = None):
     """
     Return the exception's detail, which is the traceback unless overwritten
-      with L{detail}.
+    with L{detail}.
 
     Optionally, a number of lines can be skipped at the beginning of the
     traceback (if the detail I{is} the traceback).





reply via email to

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