summaryrefslogtreecommitdiffstats
path: root/Objects/floatobject.c
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-24 07:20:14 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-24 07:20:14 (GMT)
commitfe94d8adfcf146af7531a315092e3ae954b68968 (patch)
tree0aacdd5e9ca70ddafb0019d93304aa2130968816 /Objects/floatobject.c
parent1d1d8343286cb09b43e333cd96b4061ef18a1b3d (diff)
parenta4b7a7548c43d1d7f4fd52129aa32340ca15af6a (diff)
downloadcpython-fe94d8adfcf146af7531a315092e3ae954b68968.zip
cpython-fe94d8adfcf146af7531a315092e3ae954b68968.tar.gz
cpython-fe94d8adfcf146af7531a315092e3ae954b68968.tar.bz2
Merge heads
Diffstat (limited to 'Objects/floatobject.c')
-rw-r--r--Objects/floatobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c
index abea975..29c3b32 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -1417,7 +1417,7 @@ Create a floating-point number from a hexadecimal string.\n\
>>> float.fromhex('0x1.ffffp10')\n\
2047.984375\n\
>>> float.fromhex('-0x1p-1074')\n\
--4.9406564584124654e-324");
+-5e-324");
static PyObject *