浏览代码

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: