[DOCS] TreeItem: Small fix for remove_child()

This commit is contained in:
Max Hilbrunner 2018-06-18 03:28:26 +02:00 committed by GitHub
parent a74e151420
commit 25b5242d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,7 +308,7 @@
<argument index="0" name="child" type="Object">
</argument>
<description>
Removes the child TreeItem at index [code]index[/code].
Removes the given child TreeItem.
</description>
</method>
<method name="select">