Comment style fix in soc.views.models.organization module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 22 May 2009 10:08:08 +0200
changeset 2334 6f5f6a9965c6
parent 2332 2a6071255146
child 2335 366e64ecba91
Comment style fix in soc.views.models.organization module.
app/soc/views/models/organization.py
--- a/app/soc/views/models/organization.py	Fri May 22 09:40:53 2009 +0200
+++ b/app/soc/views/models/organization.py	Fri May 22 10:08:08 2009 +0200
@@ -554,7 +554,7 @@
       ap_list = lists.getListContent(request, ap_params, filter, idx=0,
                                      need_content=True)
 
-      # This is a temporary fix for sorting Student Projects 
+      # this is a temporary fix for sorting Student Projects 
       # by Student name until we have a view that default 
       # sorts it self by name (right now we can't do such query)
       ap_list['data'].sort(key=lambda sp: sp.student.name().lower())