Commit 68e751c6 by Calen Pennington

Fix typo in get_mod_date docstring

parent 4595035b
......@@ -151,7 +151,7 @@ class XBlockUserStateClient(object):
for all fields, if they don't store changes individually per field.
Implementations may omit fields for which data has not been stored.
Returns: list a dict of {field_name: modified_date} for each selected field.
Returns: dict of {field_name: modified_date} for each selected field.
"""
results = self.get_mod_date_many(username, [block_key], scope, fields=fields)
return {
......
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