Fixed incorrect doc string

This commit is contained in:
Will Daly
2013-03-05 11:23:14 -05:00
parent 21af0493fd
commit 49784009d5

View File

@@ -590,7 +590,7 @@ class CapaModule(XModule):
''' Checks whether answers to a problem are correct, and
returns a map of correct/incorrect answers:
{'success' : bool,
{'success' : 'correct' | 'incorrect' | AJAX alert msg string,
'contents' : html}
'''
event_info = dict()