Fix a spelling error.

This commit is contained in:
Brett Cannon 2011-12-02 18:31:13 -05:00
parent 9625f22733
commit 7b079b3a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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``