mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
be1bc3b63a
commit
abd8a336a3
12 changed files with 21 additions and 21 deletions
|
|
@ -8,7 +8,7 @@ warnings.filterwarnings("ignore", r"import \*", SyntaxWarning, "<string>")
|
|||
class ScopeTests(unittest.TestCase):
|
||||
|
||||
def testSimpleNesting(self):
|
||||
|
||||
|
||||
def make_adder(x):
|
||||
def adder(y):
|
||||
return x + y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue