diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-08-22 17:28:12 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-08-22 17:28:12 (GMT) |
commit | 17183a2972e8981c0d0ca2d599b6e08fc662fc28 (patch) | |
tree | b561bed00828e8871a8743d290276375145e9aa4 | |
parent | ad5b43995e758c7a1f81ce6cf2cd798b48712808 (diff) | |
download | cpython-17183a2972e8981c0d0ca2d599b6e08fc662fc28.zip cpython-17183a2972e8981c0d0ca2d599b6e08fc662fc28.tar.gz cpython-17183a2972e8981c0d0ca2d599b6e08fc662fc28.tar.bz2 |
Use zero bottom margin.
-rw-r--r-- | Modules/_decimal/tests/bignum.py | 3 |
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 - - - |