File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -999,7 +999,8 @@ are always available. They are listed here in alphabetical order.
999
999
1000
1000
1001
1001
.. _func-list :
1002
- .. class :: list(iterable=[])
1002
+ .. class :: list()
1003
+ list(iterable)
1003
1004
:noindex:
1004
1005
1005
1006
Rather than being a function, :class: `list ` is actually a mutable
@@ -1575,7 +1576,8 @@ are always available. They are listed here in alphabetical order.
1575
1576
1576
1577
1577
1578
.. _func-set :
1578
- .. class :: set(iterable=())
1579
+ .. class :: set()
1580
+ set(iterable)
1579
1581
:noindex:
1580
1582
1581
1583
Return a new :class: `set ` object, optionally with elements taken from
@@ -1792,7 +1794,8 @@ are always available. They are listed here in alphabetical order.
1792
1794
1793
1795
1794
1796
.. _func-tuple :
1795
- .. class :: tuple(iterable=())
1797
+ .. class :: tuple()
1798
+ tuple(iterable)
1796
1799
:noindex:
1797
1800
1798
1801
Rather than being a function, :class: `tuple ` is actually an immutable
You can’t perform that action at this time.
0 commit comments