Fix typo in link target.
This commit is contained in:
parent
46bac9a3b4
commit
56ca202a49
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue