Skip to content

Commit 311ae46

Browse files
dmitrytokarevserhiy-storchaka
authored andcommitted
[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.
1 parent 58bb0d8 commit 311ae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ section.
698698
Support for a tuple of type information was added.
699699

700700

701-
.. _func-list:
702701
.. function:: issubclass(class, classinfo)
703702

704703
Return true if *class* is a subclass (direct, indirect or :term:`virtual
@@ -742,6 +741,7 @@ section.
742741
(such as a dictionary, set, or frozen set).
743742

744743

744+
.. _func-list:
745745
.. class:: list([iterable])
746746
:noindex:
747747

0 commit comments

Comments
 (0)