Skip to content
Snippets Groups Projects
Commit 4ae711c4 authored by Calen Pennington's avatar Calen Pennington
Browse files

Clarify from_json arguments

parent 32ed18fe
No related merge requests found
......@@ -263,7 +263,8 @@ class XModuleDescriptor(Plugin):
Creates an instance of this descriptor from the supplied json_data.
This may be overridden by subclasses
json_data: Json data specifying the data, children, and metadata for the descriptor
json_data: A json object specifying the definition and any optional keyword arguments for
the XModuleDescriptor
system: An XModuleSystem for interacting with external resources
"""
return cls(system=system, **json_data)
......
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