[pypy-commit] pypy default: detail

arigo noreply at buildbot.pypy.org
Wed Apr 1 14:30:41 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76674:b030fc0e88cf
Date: 2015-04-01 14:30 +0200
http://bitbucket.org/pypy/pypy/changeset/b030fc0e88cf/

Log:	detail

diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst
--- a/rpython/doc/rpython.rst
+++ b/rpython/doc/rpython.rst
@@ -149,7 +149,7 @@
   and you can pass a ``*args`` argument (it must be a tuple).
 
 + as explained above, tuples are not of a variable length.  If you need
-  to call a function with a variable number of arguments, refactor the
+  to call a function with a dynamic number of arguments, refactor the
   function itself to accept a single argument which is a regular list.
 
 + dynamic dispatch enforces the use of signatures that are equal for all


More information about the pypy-commit mailing list