diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 40417d8..47bf42c 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -421,9 +421,6 @@ Notes: overflow check. -.. _typeiter: - - Additional Methods on Float --------------------------- @@ -488,6 +485,8 @@ hexadecimal string representing the same number:: '0x1.d380000000000p+11' +.. _typeiter: + Iterator Types ============== |