Fix syntax error

This commit is contained in:
Brett Cannon 2015-02-27 09:34:48 -05:00
parent 8ccd6bf3f3
commit cbaecb2fab
1 changed files with 2 additions and 1 deletions

View File

@ -295,6 +295,8 @@ custom metaclasses and even ``__new__`` methods can already do this
implicitly, but the decorator model makes such code much easier to understand implicitly, but the decorator model makes such code much easier to understand
and implement. and implement.
::
class BuildDict: class BuildDict:
def __autodecorate__(cls): def __autodecorate__(cls):
cls = super().__autodecorate__() cls = super().__autodecorate__()
@ -564,4 +566,3 @@ This document has been placed in the public domain.
fill-column: 70 fill-column: 70
coding: utf-8 coding: utf-8
End: End: