Commit c6d5eea8 by Calen Pennington

Fix typo

parent ada15275
...@@ -29,7 +29,7 @@ class Plugin(object): ...@@ -29,7 +29,7 @@ class Plugin(object):
@classmethod @classmethod
def load_class(cls, identifier, default=None): def load_class(cls, identifier, default=None):
""" """
Loads a single class intance specified by identifier. If identifier Loads a single class instance specified by identifier. If identifier
specifies more than a single class, then logs a warning and returns the first specifies more than a single class, then logs a warning and returns the first
class identified. class identified.
......
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