]> granicus.if.org Git - python/commitdiff
[2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520)
authorDmitry Tokarev <dmitrytokarev@users.noreply.github.com>
Fri, 30 Jun 2017 19:35:44 +0000 (12:35 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 Jun 2017 19:35:44 +0000 (22:35 +0300)
Oh, this is my fault too. I missed this mistake. Thank you for the correction.

Doc/library/functions.rst

index 6d49f2215b52cdbf98e0504be1a91b1d4e41ec68..4386e603add19ec0e1cc755515d79aff5511312c 100644 (file)
@@ -698,7 +698,6 @@ section.
       Support for a tuple of type information was added.
 
 
-.. _func-list:
 .. function:: issubclass(class, classinfo)
 
    Return true if *class* is a subclass (direct, indirect or :term:`virtual
@@ -742,6 +741,7 @@ section.
    (such as a dictionary, set, or frozen set).
 
 
+.. _func-list:
 .. class:: list([iterable])
    :noindex: