mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Fix whitespace in example code.
This commit is contained in:
parent
df90ee6c5f
commit
ee51cffc95
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue