[2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520)
Oh, this is my fault too. I missed this mistake. Thank you for the correction.
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 6d49f22..4386e60 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -698,7 +698,6 @@
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 @@
(such as a dictionary, set, or frozen set).
+.. _func-list:
.. class:: list([iterable])
:noindex: