[Mpuls-commits] r2991 - jmd/trunk/jmdstrukturweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 10 16:45:49 CEST 2010


Author: torsten
Date: 2010-06-10 16:45:49 +0200 (Thu, 10 Jun 2010)
New Revision: 2991

Modified:
   jmd/trunk/jmdstrukturweb/controllers/jmdstruktur.py
Log:
Fixed docstring


Modified: jmd/trunk/jmdstrukturweb/controllers/jmdstruktur.py
===================================================================
--- jmd/trunk/jmdstrukturweb/controllers/jmdstruktur.py	2010-06-10 14:35:57 UTC (rev 2990)
+++ jmd/trunk/jmdstrukturweb/controllers/jmdstruktur.py	2010-06-10 14:45:49 UTC (rev 2991)
@@ -8,7 +8,8 @@
 class JmdstrukturController(MpulsController):
     
     def get_reminders(self):
-            """Return an AppointmentOverview instance with one reminder. It reminds the user to create a new statistic.
+        """Return an AppointmentOverview instance with one reminder. It reminds
+        the user to create a new statistic.
         """
         remindlist = StatisticReminderOverview()
         return remindlist



More information about the Mpuls-commits mailing list