From c468d47aa26e08609050b878b9cc2528280da914 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 11 Jul 2012 18:00:04 -0400 Subject: [PATCH] Minor change in comment about module type/category --- lms/djangoapps/courseware/module_render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/module_render.py b/lms/djangoapps/courseware/module_render.py index 5dad342612..7e1f28c180 100644 --- a/lms/djangoapps/courseware/module_render.py +++ b/lms/djangoapps/courseware/module_render.py @@ -189,7 +189,7 @@ def get_module(user, request, location, student_module_cache, position=None): position within module Returns: - - a tuple (xmodule instance, instance_module, shared_module, module type). + - a tuple (xmodule instance, instance_module, shared_module, module category). instance_module is a StudentModule specific to this module for this student shared_module is a StudentModule specific to all modules with the same 'shared_state_key' attribute, or None if the module doesn't elect to share state '''