https://hg.python.org/peps/rev/fc626f4b1357 changeset: 5713:fc626f4b1357 user: Brett Cannon <brett at python.org> date: Fri Feb 27 09:34:48 2015 -0500 summary: Fix syntax error files: pep-0422.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pep-0422.txt b/pep-0422.txt --- a/pep-0422.txt +++ b/pep-0422.txt @@ -295,6 +295,8 @@ implicitly, but the decorator model makes such code much easier to understand and implement. +:: + class BuildDict: def __autodecorate__(cls): cls = super().__autodecorate__() @@ -564,4 +566,3 @@ fill-column: 70 coding: utf-8 End: - -- Repository URL: https://hg.python.org/peps