diff --git a/common/lib/xmodule/xmodule/modulestore/mixed.py b/common/lib/xmodule/xmodule/modulestore/mixed.py index 85ba95af48..34effafc14 100644 --- a/common/lib/xmodule/xmodule/modulestore/mixed.py +++ b/common/lib/xmodule/xmodule/modulestore/mixed.py @@ -3,7 +3,7 @@ MixedModuleStore allows for aggregation between multiple modulestores. In this way, courses can be served up both - say - XMLModuleStore or MongoModuleStore -IMPORTANT: This modulestore is experimental AND INCOMPLETE. Therefore this should only be used cautiously +IMPORTANT: This modulestore only supports READONLY applications, e.g. LMS """ from . import ModuleStoreBase