r51532 - peps/trunk/pep-0362.txt
Author: brett.cannon Date: Thu Aug 24 02:31:25 2006 New Revision: 51532 Modified: peps/trunk/pep-0362.txt Log: Swap some words to get the proper wording for Signature.bind(). Modified: peps/trunk/pep-0362.txt ============================================================================== --- peps/trunk/pep-0362.txt (original) +++ peps/trunk/pep-0362.txt Thu Aug 24 02:31:25 2006 @@ -61,7 +61,7 @@ Return the string representation of the signature as it might appear in source code. * bind(\*args, \*\*kwargs) -> dict - Create a mapping from argument to parameter for the signature (see + Create a mapping from parameter to argument for the signature (see `Open Issues`_ for question of how to handle tuples). The Signature object is stored in the ``__signature__`` attribute of
participants (1)
-
brett.cannon