summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_funcattrs.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-13 03:57:22 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-13 03:57:22 (GMT)
commitbf9ac4bd8931aae6c1aca77e62e0eb15e2ef8a28 (patch)
treea3e26a5e3912b77cd4b9407ffa425bb74f5074d5 /Lib/test/test_funcattrs.py
parent41a65ea7fec64be031b79041ebba875bde1155d6 (diff)
downloadcpython-bf9ac4bd8931aae6c1aca77e62e0eb15e2ef8a28.zip
cpython-bf9ac4bd8931aae6c1aca77e62e0eb15e2ef8a28.tar.gz
cpython-bf9ac4bd8931aae6c1aca77e62e0eb15e2ef8a28.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_funcattrs.py')
-rw-r--r--Lib/test/test_funcattrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_funcattrs.py b/Lib/test/test_funcattrs.py
index 3ccb263..381412f 100644
--- a/Lib/test/test_funcattrs.py
+++ b/Lib/test/test_funcattrs.py
@@ -276,7 +276,7 @@ def test_func_name():
verify(f.func_name == "h")
cantset(f, "func_globals", 1)
cantset(f, "__name__", 1)
-
+
def test_func_code():
def f(): pass