diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 18:50:42 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 18:50:42 (GMT) |
commit | 7885833df0f549268333fd61e2e6f2f7fb869728 (patch) | |
tree | da4984352f4ee94621a48adac91e83b51440906c /Doc/reference/compound_stmts.rst | |
parent | 9cc6249dee38d7fbccad2a37444ba54b5210fbd0 (diff) | |
download | cpython-7885833df0f549268333fd61e2e6f2f7fb869728.zip cpython-7885833df0f549268333fd61e2e6f2f7fb869728.tar.gz cpython-7885833df0f549268333fd61e2e6f2f7fb869728.tar.bz2 |
#11446: fix incorrect PEP link.
Diffstat (limited to 'Doc/reference/compound_stmts.rst')
-rw-r--r-- | Doc/reference/compound_stmts.rst | 2 |
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 |