Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyleeow committed Oct 10, 2023
1 parent d6f437e commit 252df54
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 @@ -42,7 +42,7 @@ class CommandRegistry:
"""Registry of commands, updated when `PluginManager.activate` run.
`PluginManager.activate` is only run on `CommandRegistry.get` (when we get the
callable object for a command). This means that commmands from enabled plugins are
callable object for a command). This means that commands from enabled plugins are
not added to `CommandRegistry` until a command from that plugin is executed.
"""

Expand Down

0 comments on commit 252df54

Please sign in to comment.