diff --git a/src/App/DocumentPy.xml b/src/App/DocumentPy.xml index bc78129c91..c9ab6e5db4 100644 --- a/src/App/DocumentPy.xml +++ b/src/App/DocumentPy.xml @@ -160,9 +160,9 @@ NOTE: It's possible that several objects have the same label name. - findObjects([string (type)], [string (name)], [string (label)]) -> list + findObjects([Type=string], [Name=string], [Label=string]) -> list Return a list of objects that match the specified type, name or label. -All parameters are optional. +Name and label support regular expressions. All parameters are optional.