From 3a894c688ea30676729e2f1840cd5ba21f4204ca Mon Sep 17 00:00:00 2001 From: Lennard de Rijk Date: Sat, 11 Apr 2009 17:40:41 +0000 Subject: [PATCH] Indentation fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed --- app/soc/views/models/student.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soc/views/models/student.py b/app/soc/views/models/student.py index a01cd12b..4db51e58 100644 --- a/app/soc/views/models/student.py +++ b/app/soc/views/models/student.py @@ -161,7 +161,7 @@ class View(role.View): def listProjects(self, request, access_type, page_name=None, params=None, **kwargs): """View that lists all of the current user's Student Projects for the - Program given as Scope. + Program given as Scope. """ from soc.views.models import student_project as project_view -- 2.11.4.GIT