summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-11 18:56:58 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-11 18:56:58 (GMT)
commit3b1eb1a7aad038c4e0f8260fcb73f849c1f44364 (patch)
tree0ab747e691570cfb1fb68d3c1763bad6e88f2b9b
parenta3dd56b6cffaeee21fec6529b212fd4fa98c1ea8 (diff)
parent147f6088f0279d79cb934816ca63e5fa216b34ce (diff)
downloadcpython-3b1eb1a7aad038c4e0f8260fcb73f849c1f44364.zip
cpython-3b1eb1a7aad038c4e0f8260fcb73f849c1f44364.tar.gz
cpython-3b1eb1a7aad038c4e0f8260fcb73f849c1f44364.tar.bz2
#11446: merge with 3.2.
-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 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