summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-08-22 17:28:12 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-08-22 17:28:12 (GMT)
commit17183a2972e8981c0d0ca2d599b6e08fc662fc28 (patch)
treeb561bed00828e8871a8743d290276375145e9aa4 /Modules/_decimal/tests
parentad5b43995e758c7a1f81ce6cf2cd798b48712808 (diff)
downloadcpython-17183a2972e8981c0d0ca2d599b6e08fc662fc28.zip
cpython-17183a2972e8981c0d0ca2d599b6e08fc662fc28.tar.gz
cpython-17183a2972e8981c0d0ca2d599b6e08fc662fc28.tar.bz2
Use zero bottom margin.
Diffstat (limited to 'Modules/_decimal/tests')
-rw-r--r--Modules/_decimal/tests/bignum.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/_decimal/tests/bignum.py b/Modules/_decimal/tests/bignum.py
index 9e9e769..a67e161 100644
--- a/Modules/_decimal/tests/bignum.py
+++ b/Modules/_decimal/tests/bignum.py
@@ -40,6 +40,3 @@ h1 = xhash(coeff, -849999999)
h2 = hash(d)
assert h2 == h1
-
-
-