Fix syntax error
This commit is contained in:
parent
8ccd6bf3f3
commit
cbaecb2fab
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue