mirror of
https://github.com/python/cpython.git
synced 2025-11-17 09:30:10 +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]}.
|
\samp{a[start:stop, i]}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{sorted(\var{iterable}\optional{, \var{cmp}=None
|
\begin{funcdesc}{sorted}{iterable\optional{, cmp\optional{,
|
||||||
\optional{, \var{key}=None
|
key\optional{, reverse}}}}
|
||||||
\optional{, \var{reverse}=False}}})}
|
|
||||||
Return a new sorted list from the items in \var{iterable}.
|
Return a new sorted list from the items in \var{iterable}.
|
||||||
The optional arguments \var{cmp}, \var{key}, and \var{reverse}
|
The optional arguments \var{cmp}, \var{key}, and \var{reverse}
|
||||||
have the same meaning as those for the \method{list.sort()} method.
|
have the same meaning as those for the \method{list.sort()} method.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue