mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
fix markup errors
This commit is contained in:
parent
b0e8f5d0fe
commit
dcf32a676e
1 changed files with 2 additions and 3 deletions
|
|
@ -884,9 +884,8 @@ class C(object):
|
|||
\samp{a[start:stop, i]}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{sorted(\var{iterable}\optional{, \var{cmp}=None
|
||||
\optional{, \var{key}=None
|
||||
\optional{, \var{reverse}=False}}})}
|
||||
\begin{funcdesc}{sorted}{iterable\optional{, cmp\optional{,
|
||||
key\optional{, reverse}}}}
|
||||
Return a new sorted list from the items in \var{iterable}.
|
||||
The optional arguments \var{cmp}, \var{key}, and \var{reverse}
|
||||
have the same meaning as those for the \method{list.sort()} method.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue