Browse Source

Issue #26729: Fixed __text_signature__ for sorted().

Patch by Erik Welch.
pull/2/head
Serhiy Storchaka 10 years ago
parent
commit
9fa4a120f0
  1. 2
      Python/bltinmodule.c

2
Python/bltinmodule.c

@ -2110,7 +2110,7 @@ reverse flag can be set to request the result in descending order.
[end disabled clinic input]*/
PyDoc_STRVAR(builtin_sorted__doc__,
"sorted($module, iterable, key=None, reverse=False)\n"
"sorted($module, iterable, /, *, key=None, reverse=False)\n"
"--\n"
"\n"
"Return a new list containing all items from the iterable in ascending order.\n"

Loading…
Cancel
Save