Help: clarify description of list(INSERT)

Since the argument is called 'index', use that in the description.
This commit is contained in:
Adriaan de Groot
2021-12-21 10:55:32 -05:00
committed by Brad King
parent e55f473ea9
commit b6fdcb3df0
+1 -1
View File
@@ -152,7 +152,7 @@ For more information on regular expressions look under
list(INSERT <list> <element_index> <element> [<element> ...])
Inserts elements to the list to the specified location.
Inserts elements to the list to the specified index.
.. _POP_BACK: