mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix docstring
This commit is contained in:
parent
415b44d7e1
commit
8f995df928
1 changed files with 2 additions and 2 deletions
|
|
@ -1057,9 +1057,9 @@ class CreateContext:
|
|||
def add_instance_requirement_change_callback(
|
||||
self, callback: Callable
|
||||
) -> "EventCallback":
|
||||
"""Register callback to listen instance requirement changes.
|
||||
"""Register callback to listen to instance requirement changes.
|
||||
|
||||
Create plugin changed attribute definitions of instance.
|
||||
Instance changed requirement of active state.
|
||||
|
||||
Data structure of event::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue