]> granicus.if.org Git - python/commitdiff
Move label to correct heading.
authorGeorg Brandl <georg@python.org>
Tue, 15 Jul 2008 23:59:15 +0000 (23:59 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 15 Jul 2008 23:59:15 +0000 (23:59 +0000)
Doc/library/stdtypes.rst

index 909d1ae60d5e2f2cced5e3b2cf7bde5278fe1400..e857154b301009c3f1b700fcae6212e06f564e4a 100644 (file)
@@ -446,9 +446,6 @@ Notes:
    A right shift by *n* bits is equivalent to division by ``pow(2, n)``.
 
 
-.. _typeiter:
-
-
 Additional Methods on Float
 ---------------------------
 
@@ -517,6 +514,8 @@ hexadecimal string representing the same number::
    '0x1.d380000000000p+11'
 
 
+.. _typeiter:
+
 Iterator Types
 ==============