Procházet zdrojové kódy

Help: mention non-existent case for list(PREPEND)

Adriaan de Groot před 4 roky
rodič
revize
b151db01f9
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      Help/command/list.rst

+ 3 - 1
Help/command/list.rst

@@ -193,7 +193,9 @@ to the given variables and then remove the first `N` values from
 
 .. versionadded:: 3.15
 
-Insert elements to the 0th position in the list.
+Insert elements to the 0th position in the list. If no variable named
+``<list>`` exists in the current scope its value is treated as empty and
+the elements are prepended to that empty list.
 
 .. _REMOVE_ITEM: