diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-24 07:20:14 (GMT) |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-24 07:20:14 (GMT) |
| commit | fe94d8adfcf146af7531a315092e3ae954b68968 (patch) | |
| tree | 0aacdd5e9ca70ddafb0019d93304aa2130968816 /Objects/floatobject.c | |
| parent | 1d1d8343286cb09b43e333cd96b4061ef18a1b3d (diff) | |
| parent | a4b7a7548c43d1d7f4fd52129aa32340ca15af6a (diff) | |
| download | cpython-fe94d8adfcf146af7531a315092e3ae954b68968.zip cpython-fe94d8adfcf146af7531a315092e3ae954b68968.tar.gz cpython-fe94d8adfcf146af7531a315092e3ae954b68968.tar.bz2 | |
Merge heads
Diffstat (limited to 'Objects/floatobject.c')
| -rw-r--r-- | Objects/floatobject.c | 2 |
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 * |
