From: Dmitry Tokarev Date: Fri, 30 Jun 2017 19:35:44 +0000 (-0700) Subject: [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520) X-Git-Tag: v2.7.14rc1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=311ae46e7b8a4e5847f20aea077bc2ad429cb9a3;p=python [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 6d49f2215b..4386e603ad 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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: