summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-11 18:50:42 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-11 18:50:42 (GMT)
commit7885833df0f549268333fd61e2e6f2f7fb869728 (patch)
treeda4984352f4ee94621a48adac91e83b51440906c
parent9cc6249dee38d7fbccad2a37444ba54b5210fbd0 (diff)
downloadcpython-7885833df0f549268333fd61e2e6f2f7fb869728.zip
cpython-7885833df0f549268333fd61e2e6f2f7fb869728.tar.gz
cpython-7885833df0f549268333fd61e2e6f2f7fb869728.tar.bz2
#11446: fix incorrect PEP link.
-rw-r--r--Doc/reference/compound_stmts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index 4087db1..31ae0ed 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