Minor style fix.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 20 Mar 2009 16:54:01 +0000
changeset 1954 7aef36e912bb
parent 1953 6bd827320b3d
child 1955 06ed84dbb1ed
Minor style fix. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/logic/models/request.py
--- a/app/soc/logic/models/request.py	Fri Mar 20 14:40:22 2009 +0000
+++ b/app/soc/logic/models/request.py	Fri Mar 20 16:54:01 2009 +0000
@@ -76,7 +76,7 @@
   def _updateField(self, entity, entity_properties, name):
     """Called when the fields of the request are updated.
 
-      - Sends out a message depending on the change of status
+      Sends out a message depending on the change of status.
     """
 
     value = entity_properties[name]