Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r3667:7a3b96d23863 Date: 2011-06-13 14:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/7a3b96d23863/
Log: another, quite crucial IMO typo diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -561,7 +561,7 @@ arguments. In the general case, each virtual in the jump arguments is exploded into a -vector of variables containing the values of all it's attributes. If some +vector of variables containing the values of all used attributes. If some of the attributes are themselves virtuals they are recursively exploded to make the vector contain only non virtual variables. Some care has to be taken to always place the attributes in the same order when _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
