mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Markup fix
This commit is contained in:
parent
e362d93367
commit
d0fcc0256b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ contents = ((doc + '\n') if doc else '')
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
I read the above statement as meaning ``here \var{contents} is
|
I read the above statement as meaning ``here \var{contents} is
|
||||||
usually assigned a value of \code{doc+'\n'}; sometimes
|
usually assigned a value of \code{doc+'\e n'}; sometimes
|
||||||
\var{doc} is empty, in which special case an empty string is returned.''
|
\var{doc} is empty, in which special case an empty string is returned.''
|
||||||
I doubt I will use conditional expressions very often where there
|
I doubt I will use conditional expressions very often where there
|
||||||
isn't a clear common and uncommon case.
|
isn't a clear common and uncommon case.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue