diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 18:53:24 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 18:53:24 (GMT) |
commit | 147f6088f0279d79cb934816ca63e5fa216b34ce (patch) | |
tree | bb4f3b3840967a8e345a8df24515f8c681c87269 /Doc/reference | |
parent | fc4252d3e2e0dbf97d02cede97f7ed524e4bdb7d (diff) | |
parent | 7885833df0f549268333fd61e2e6f2f7fb869728 (diff) | |
download | cpython-147f6088f0279d79cb934816ca63e5fa216b34ce.zip cpython-147f6088f0279d79cb934816ca63e5fa216b34ce.tar.gz cpython-147f6088f0279d79cb934816ca63e5fa216b34ce.tar.bz2 |
#11446: merge with 3.1.
Diffstat (limited to 'Doc/reference')
-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 c894d80..d261574 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -609,7 +609,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 |