Commit dcf32a67 authored by Fred Drake's avatar Fred Drake

fix markup errors

parent b0e8f5d0
...@@ -884,9 +884,8 @@ class C(object): ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment