From 536cf99536bce562cfcb44a856fac1c84b9de4c3 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 25 Dec 2005 23:18:31 +0000 Subject: Whitespace normalization. --- Lib/test/test_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_code.py') diff --git a/Lib/test/test_code.py b/Lib/test/test_code.py index ff95c6af00..52bc8948b9 100644 --- a/Lib/test/test_code.py +++ b/Lib/test/test_code.py @@ -33,7 +33,7 @@ consts: ('None',) ... b = x - y ... c = a * b ... return c -... +... >>> dump(h.func_code) name: h argcount: 2 -- cgit v1.2.1