Преглед на файлове

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: