Преглед изворни кода

Help: clarify description of list(INSERT)

Since the argument is called 'index', use that in the description.
Adriaan de Groot пре 3 година
родитељ
комит
b6fdcb3df0
1 измењених фајлова са 1 додато и 1 уклоњено
  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: