Merge branch 'docs-list-remove_item' into release-3.16

Merge-request: !3977
This commit is contained in:
Craig Scott
2019-11-04 09:34:17 +11:00

View File

@@ -180,7 +180,7 @@ Insert elements to the 0th position in the list.
list(REMOVE_ITEM <list> <value> [<value> ...])
Removes the given items from the list.
Removes all instances of the given items from the list.
.. _REMOVE_AT: