[Python-checkins] r64982 - python/trunk/Doc/library/stdtypes.rst

georg.brandl python-checkins at python.org
Wed Jul 16 01:59:16 CEST 2008


Author: georg.brandl
Date: Wed Jul 16 01:59:15 2008
New Revision: 64982

Log:
Move label to correct heading.


Modified:
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Wed Jul 16 01:59:15 2008
@@ -446,9 +446,6 @@
    A right shift by *n* bits is equivalent to division by ``pow(2, n)``.
 
 
-.. _typeiter:
-
-
 Additional Methods on Float
 ---------------------------
 
@@ -517,6 +514,8 @@
    '0x1.d380000000000p+11'
 
 
+.. _typeiter:
+
 Iterator Types
 ==============
 


More information about the Python-checkins mailing list