Fix markup

This commit is contained in:
Nick Coghlan 2013-03-05 22:25:52 +10:00
parent cc2b99b5ad
commit f6cc8f4a1f
1 changed files with 0 additions and 1 deletions

View File

@ -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):