From: Ezio Melotti Date: Fri, 11 Mar 2011 18:50:42 +0000 (+0200) Subject: #11446: fix incorrect PEP link. X-Git-Tag: v3.2.1b1~325^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7885833df0f549268333fd61e2e6f2f7fb869728;p=python #11446: fix incorrect PEP link. --- diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 4087db1155..31ae0ed45e 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -607,7 +607,7 @@ can be used to create instance variables with different implementation details. .. seealso:: - :pep:`3116` - Metaclasses in Python 3 + :pep:`3115` - Metaclasses in Python 3 :pep:`3129` - Class Decorators