Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 23, 2023
1 parent 703e466 commit 642ce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/core/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def from_name(cls, name, config=None, parent=None, **kwargs):
def non_abstract_subclasses(cls):
"""
get dict{name: cls} of non abstract subclasses,
subclasses can possibly be definded in plugins
subclasses can possibly be defined in plugins
"""
if hasattr(cls, "plugin_entry_point"):
detect_and_import_plugins(cls.plugin_entry_point)
Expand Down

0 comments on commit 642ce79

Please sign in to comment.