From: Georg Brandl Date: Tue, 15 Jul 2008 23:59:15 +0000 (+0000) Subject: Move label to correct heading. X-Git-Tag: v2.6b2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2efba4730b2c2e684f9351d12faca810803cf88;p=python Move label to correct heading. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 909d1ae60d..e857154b30 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 ==============