docstring fix in soc/models/student.py.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 30 Jan 2009 09:43:11 +0000
changeset 1077 8e0a17067b35
parent 1076 063194eaf87b
child 1078 3a0c97ac65fe
docstring fix in soc/models/student.py. Patch by: Haoyu Bai Reviewed by: Lennard de Rijk
app/soc/models/student.py
--- a/app/soc/models/student.py	Fri Jan 30 09:31:56 2009 +0000
+++ b/app/soc/models/student.py	Fri Jan 30 09:43:11 2009 +0000
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""This module contains the Contributor Model."""
+"""This module contains the Student Model."""
 
 __authors__ = [
   '"Todd Larsen" <tlarsen@google.com>',