summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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