]> granicus.if.org Git - python/commitdiff
#11446: fix incorrect PEP link.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 11 Mar 2011 18:50:42 +0000 (20:50 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 11 Mar 2011 18:50:42 +0000 (20:50 +0200)
Doc/reference/compound_stmts.rst

index 4087db11555be5c1a4ca1478dcf0864f8d2842bd..31ae0ed45e1a468ce1c0b2a6d6343bc50a1331ed 100644 (file)
@@ -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