mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tutorial: fixed typo in 'First steps: A simple command plugin' section
This commit is contained in:
parent
1abe3abb87
commit
caa98476f0
@ -110,7 +110,7 @@ Notice that we are registering the ``my_command`` class itself, not an
|
||||
instance of ``my_command``.
|
||||
|
||||
Until `plugable.API.finalize()` is called, your plugin class has not been
|
||||
instantiated nor the does the ``Command`` namespace yet exist. For example:
|
||||
instantiated nor does the ``Command`` namespace yet exist. For example:
|
||||
|
||||
>>> hasattr(api, 'Command')
|
||||
False
|
||||
|
Loading…
Reference in New Issue
Block a user