[pypy-svn] r21375 - pypy/dist/pypy/doc
pedronis at codespeak.net
pedronis at codespeak.net
Tue Dec 20 23:02:49 CET 2005
Author: pedronis
Date: Tue Dec 20 23:02:48 2005
New Revision: 21375
Modified:
pypy/dist/pypy/doc/dynamic-language-translation.txt
Log:
backport consistency change
Modified: pypy/dist/pypy/doc/dynamic-language-translation.txt
==============================================================================
--- pypy/dist/pypy/doc/dynamic-language-translation.txt (original)
+++ pypy/dist/pypy/doc/dynamic-language-translation.txt Tue Dec 20 23:02:48 2005
@@ -1860,8 +1860,8 @@
arguments via a ``*args``, the default specialization is by the number
of extra arguments. (This follows naturally from the fact that the
extended annotation lattice we use has annotations of the form
- ``Tuple(A_1, ..., A_n)`` representing a heterogeneous tuple of length
- *n* whose items are respectively annotated with ``A_1, ..., A_n``, but
+ ``Tuple(a_1, ..., a_n)`` representing a heterogeneous tuple of length
+ *n* whose items are respectively annotated with ``a_1, ..., a_n``, but
there is no annotation for tuples of unknown length.)
* ctr_location -- for classes. A fresh independent copy of the class is
More information about the Pypy-commit
mailing list