diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 18:56:58 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-11 18:56:58 (GMT) |
commit | 3b1eb1a7aad038c4e0f8260fcb73f849c1f44364 (patch) | |
tree | 0ab747e691570cfb1fb68d3c1763bad6e88f2b9b | |
parent | a3dd56b6cffaeee21fec6529b212fd4fa98c1ea8 (diff) | |
parent | 147f6088f0279d79cb934816ca63e5fa216b34ce (diff) | |
download | cpython-3b1eb1a7aad038c4e0f8260fcb73f849c1f44364.zip cpython-3b1eb1a7aad038c4e0f8260fcb73f849c1f44364.tar.gz cpython-3b1eb1a7aad038c4e0f8260fcb73f849c1f44364.tar.bz2 |
#11446: merge with 3.2.
-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 |