Move label to correct heading.

This commit is contained in:
Georg Brandl 2008-07-15 23:59:15 +00:00
parent 62764566e8
commit e2efba4730
1 changed files with 2 additions and 3 deletions

View 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
==============