Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cms/models/pluginmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def get_plugin_class_instance(self, admin=None):
def get_plugin_instance(self, admin=None):
"""
For a plugin instance (usually as a CMSPluginBase), this method
returns the downcasted (i.e., correctly typed subclass of CMSPluginBase) instacnce and the plugin class
returns the downcasted (i.e., correctly typed subclass of CMSPluginBase) instance and the plugin class

:return: Tuple (instance, plugin)

Expand Down