We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c15ed commit 6080e2fCopy full SHA for 6080e2f
1 file changed
Doc/library/functions.rst
@@ -1562,7 +1562,7 @@ are always available. They are listed here in alphabetical order.
1562
about strings, see :ref:`textseq`.
1563
1564
1565
-.. function:: sum(iterable[, start])
+.. function:: sum(iterable, /[, start])
1566
1567
Sums *start* and the items of an *iterable* from left to right and returns the
1568
total. *start* defaults to ``0``. The *iterable*'s items are normally numbers,
0 commit comments