Fix whitespace in example code.
This commit is contained in:
parent
df90ee6c5f
commit
ee51cffc95
|
@ -540,8 +540,8 @@ Example:
|
||||||
raise ValueError('Got unexpected field names: %r' % kwds.keys())
|
raise ValueError('Got unexpected field names: %r' % kwds.keys())
|
||||||
return result
|
return result
|
||||||
<BLANKLINE>
|
<BLANKLINE>
|
||||||
def __getnewargs__(self):
|
def __getnewargs__(self):
|
||||||
return tuple(self)
|
return tuple(self)
|
||||||
<BLANKLINE>
|
<BLANKLINE>
|
||||||
x = property(itemgetter(0))
|
x = property(itemgetter(0))
|
||||||
y = property(itemgetter(1))
|
y = property(itemgetter(1))
|
||||||
|
|
Loading…
Reference in New Issue