Commit a2e5c635 by Alexander Kryklia

fix typo

parent b89f4d5a
...@@ -58,7 +58,7 @@ class PollModule(XModule): ...@@ -58,7 +58,7 @@ class PollModule(XModule):
json string json string
""" """
if dispatch in self.poll_answers and not self.voted: if dispatch in self.poll_answers and not self.voted:
# FIXME: fix this, when xblock support mutable types. # FIXME: fix this, when xblock will support mutable types.
# Now we use this hack. # Now we use this hack.
temp_poll_answers = self.poll_answers temp_poll_answers = self.poll_answers
temp_poll_answers[dispatch] += 1 temp_poll_answers[dispatch] += 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment