Selaa lähdekoodia

Help: clarify description of list(INSERT)

Since the argument is called 'index', use that in the description.
Adriaan de Groot 3 vuotta sitten
vanhempi
sitoutus
b6fdcb3df0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Help/command/list.rst

+ 1 - 1
Help/command/list.rst

@@ -152,7 +152,7 @@ For more information on regular expressions look under
 
 
   list(INSERT <list> <element_index> <element> [<element> ...])
   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:
 .. _POP_BACK: