From ad024439f50f79f76b10b31f1c1a3e5f73f09462 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sat, 2 Nov 2019 18:22:23 +1100 Subject: Help: list(REMOVE_ITEM) removes all instances, not just the first found Fixes: #19908 --- Help/command/list.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/list.rst b/Help/command/list.rst index 39e7e2a..50bf417 100644 --- a/Help/command/list.rst +++ b/Help/command/list.rst @@ -180,7 +180,7 @@ Insert elements to the 0th position in the list. list(REMOVE_ITEM [ ...]) -Removes the given items from the list. +Removes all instances of the given items from the list. .. _REMOVE_AT: -- cgit v0.12