[Python-checkins] (3.1): #11446: fix incorrect PEP link.

ezio.melotti python-checkins at python.org
Fri Mar 11 19:51:18 CET 2011


http://hg.python.org/cpython/rev/ed1f7b3f2ff3
changeset:   68378:ed1f7b3f2ff3
branch:      3.1
parent:      68371:d54e9c4fcd43
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Mar 11 20:50:42 2011 +0200
summary:
  #11446: fix incorrect PEP link.

files:
  Doc/reference/compound_stmts.rst

diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -607,7 +607,7 @@
 
 .. seealso::
 
-   :pep:`3116` - Metaclasses in Python 3
+   :pep:`3115` - Metaclasses in Python 3
    :pep:`3129` - Class Decorators
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list