# HG changeset patch # User Lennard de Rijk # Date 1237568041 0 # Node ID 7aef36e912bb80f83660996e5e50d1885f23aee5 # Parent 6bd827320b3dd931803146e673ed9dd7de541b15 Minor style fix. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 6bd827320b3d -r 7aef36e912bb 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]