From: Stefan Krah Date: Wed, 22 Aug 2012 17:28:12 +0000 (+0200) Subject: Use zero bottom margin. X-Git-Tag: v3.3.0rc1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17183a2972e8981c0d0ca2d599b6e08fc662fc28;p=python Use zero bottom margin. --- diff --git a/Modules/_decimal/tests/bignum.py b/Modules/_decimal/tests/bignum.py index 9e9e769b65..a67e161ddf 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 - - -