Commit aa1bca6b by Xiaolu Xiong

Change the misleading doc string (str doesn't has attr 'name' )

parent 1c148407
...@@ -544,7 +544,7 @@ class UserStateSummaryCache(DjangoOrmFieldCache): ...@@ -544,7 +544,7 @@ class UserStateSummaryCache(DjangoOrmFieldCache):
with them. with them.
Arguments: Arguments:
fields (list of str): Field names to return values for fields (list of :class:`~Field`): Fields to return values for
xblocks (list of :class:`~XBlock`): XBlocks to load fields for xblocks (list of :class:`~XBlock`): XBlocks to load fields for
aside_types (list of str): Asides to load field for (which annotate the supplied aside_types (list of str): Asides to load field for (which annotate the supplied
xblocks). xblocks).
......
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