From 7b079b3a7f7929ec5f9bc12435e4e1962b39fd32 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 2 Dec 2011 18:31:13 -0500 Subject: [PATCH] Fix a spelling error. --- pep-0362.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0362.txt b/pep-0362.txt index 0f758b23e..833947402 100644 --- a/pep-0362.txt +++ b/pep-0362.txt @@ -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 `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``