Fix a spelling error.
This commit is contained in:
parent
9625f22733
commit
7b079b3a7f
|
@ -44,7 +44,7 @@ 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 Issues`_).
|
`Open Issues`_).
|
||||||
|
|
||||||
Indirecation of signature introspection can also occur. If a
|
Indirection 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
|
||||||
the decorating function then introspection could be redirected to what
|
the decorating function then introspection could be redirected to what
|
||||||
is actually expected instead of the typical ``*args, **kwargs``
|
is actually expected instead of the typical ``*args, **kwargs``
|
||||||
|
|
Loading…
Reference in New Issue