Skip to content

Commit

Permalink
Update src/npe2/_command_registry.py
Browse files Browse the repository at this point in the history
Co-authored-by: Draga Doncila Pop <17995243+DragaDoncila@users.noreply.github.com>
  • Loading branch information
lucyleeow and DragaDoncila authored Oct 11, 2023
1 parent 252df54 commit 684355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npe2/_command_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def resolve(self) -> Callable:


class CommandRegistry:
"""Registry of commands, updated when `PluginManager.activate` run.
"""Registry of commands, updated on `PluginManager.activate`.
`PluginManager.activate` is only run on `CommandRegistry.get` (when we get the
callable object for a command). This means that commands from enabled plugins are
Expand Down

0 comments on commit 684355b

Please sign in to comment.