Swap some words to get the proper wording for Signature.bind().

This commit is contained in:
Brett Cannon 2006-08-24 00:31:25 +00:00
parent 2efc54157f
commit ed85dc4e42
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ A Signature object has the following structure attributes:
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