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())
|
||||
return result
|
||||
<BLANKLINE>
|
||||
def __getnewargs__(self):
|
||||
return tuple(self)
|
||||
def __getnewargs__(self):
|
||||
return tuple(self)
|
||||
<BLANKLINE>
|
||||
x = property(itemgetter(0))
|
||||
y = property(itemgetter(1))
|
||||
|
|
Loading…
Reference in New Issue