From 56ca202a49c0ac0d40af44b4047ae1a7aab85cb7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 8 Sep 2007 01:07:58 +0000 Subject: [PATCH] Fix typo in link target. --- pep-0362.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0362.txt b/pep-0362.txt index c7922a769..d43d130c7 100644 --- a/pep-0362.txt +++ b/pep-0362.txt @@ -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 be inferred once and stored without changes to the signature object representation affecting the function it represents (but this is an -`Open Issue`_). +`Open Issues`_). Indirecation of signature introspection can also occur. If a decorator took a decorated function's signature object and set it on