Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
milosnikic committed Mar 28, 2024
1 parent fa7b89c commit 14ab499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/models/pluginmodel.py
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

0 comments on commit 14ab499

Please sign in to comment.