mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
edf2210221
commit
0009c4ea59
4 changed files with 4 additions and 5 deletions
|
@ -24,7 +24,7 @@ except SyntaxError:
|
|||
print "testing complex args"
|
||||
|
||||
def comp_args((a, b)):
|
||||
print a,b
|
||||
print a,b
|
||||
|
||||
comp_args((1, 2))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue