Explorar o código

Help: clarify description of list(INSERT)

Since the argument is called 'index', use that in the description.
Adriaan de Groot %!s(int64=3) %!d(string=hai) anos
pai
achega
b6fdcb3df0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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> ...])
 
-Inserts elements to the list to the specified location.
+Inserts elements to the list to the specified index.
 
 .. _POP_BACK: