summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-15 23:59:15 (GMT)
committerGeorg Brandl <georg@python.org>2008-07-15 23:59:15 (GMT)
commite2efba4730b2c2e684f9351d12faca810803cf88 (patch)
treeb2aeabfc7712e296215beb7ff1732d5b8c7e40a8 /Doc/library
parent62764566e8892233d0408368d6760bd710b1c504 (diff)
downloadcpython-e2efba4730b2c2e684f9351d12faca810803cf88.zip
cpython-e2efba4730b2c2e684f9351d12faca810803cf88.tar.gz
cpython-e2efba4730b2c2e684f9351d12faca810803cf88.tar.bz2
Move label to correct heading.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/stdtypes.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 909d1ae..e857154 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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
==============