
http://hg.python.org/peps/rev/22c2c36d0072 changeset: 4008:22c2c36d0072 user: Brett Cannon <brett@python.org> date: Fri Dec 02 18:31:13 2011 -0500 summary: Fix a spelling error. files: pep-0362.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pep-0362.txt b/pep-0362.txt --- a/pep-0362.txt +++ b/pep-0362.txt @@ -44,7 +44,7 @@ representation affecting the function it represents (but this is an `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 the decorating function then introspection could be redirected to what is actually expected instead of the typical ``*args, **kwargs`` -- Repository URL: http://hg.python.org/peps
participants (1)
-
brett.cannon