micropython

Change of docs/structures.txt

132:dff32649a6d4
docs/structures.txt
     1.1 --- a/docs/structures.txt	Sat Aug 23 22:32:17 2008 +0200
     1.2 +++ b/docs/structures.txt	Sun Aug 24 03:06:00 2008 +0200
     1.3 @@ -202,8 +202,8 @@
     1.4  
     1.5      0           1           2           3           4           5
     1.6      code for    code        code        class       attribute   ...
     1.7 -    function    reference   #args,      function    reference
     1.8 -                            #defaults   reference
     1.9 +    function    reference   #args,      function    (default)
    1.10 +                            #defaults   reference   reference
    1.11  
    1.12  Here, the code reference would lead to code for the function. Note that the
    1.13  function locals are completely distinct from this structure and are not