diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 20:50:42 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 20:50:42 +0200 |
| commit | 7885833df0f549268333fd61e2e6f2f7fb869728 (patch) | |
| tree | da4984352f4ee94621a48adac91e83b51440906c | |
| parent | 9cc6249dee38d7fbccad2a37444ba54b5210fbd0 (diff) | |
| download | cpython-git-7885833df0f549268333fd61e2e6f2f7fb869728.tar.gz | |
#11446: fix incorrect PEP link.
| -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 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 |
