diff -r eba28506eed3 Doc/library/functions.rst --- a/Doc/library/functions.rst Sat Nov 17 23:56:53 2012 +0100 +++ b/Doc/library/functions.rst Sun Nov 18 11:18:20 2012 -0600 @@ -1676,7 +1676,8 @@ ``function(*args, **keywords)``. .. deprecated:: 2.3 - Use the extended call syntax with ``*args`` and ``**keywords`` instead. + Use the extended call syntax with ``*args`` and ``**keywords`` instead. (See + :ref:`tut-arbitraryargs`.) .. function:: buffer(object[, offset[, size]])