Fix markup
This commit is contained in:
parent
cc2b99b5ad
commit
f6cc8f4a1f
|
@ -251,7 +251,6 @@ including some aspects of the object models of both Javascript and Ruby.
|
|||
All of the examples below are actually possible today through the use of a
|
||||
custom metaclass::
|
||||
|
||||
if 1:
|
||||
class CustomNamespace(type):
|
||||
@classmethod
|
||||
def __prepare__(meta, name, bases, *, namespace=None, **kwds):
|
||||
|
|
Loading…
Reference in New Issue