Fix typo in link target.

This commit is contained in:
Brett Cannon 2007-09-08 01:07:58 +00:00
parent 46bac9a3b4
commit 56ca202a49
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ an easy way to introspect what a function expects as arguments. It
does not need to be a "live" representation, though; the signature can does not need to be a "live" representation, though; the signature can
be inferred once and stored without changes to the signature object be inferred once and stored without changes to the signature object
representation affecting the function it represents (but this is an representation affecting the function it represents (but this is an
`Open Issue`_). `Open Issues`_).
Indirecation of signature introspection can also occur. If a Indirecation of signature introspection can also occur. If a
decorator took a decorated function's signature object and set it on decorator took a decorated function's signature object and set it on