summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librfc822.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-04-09 18:15:00 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-04-09 18:15:00 (GMT)
commit6b35370c6531147b35f5de43d193c39c69995a67 (patch)
tree9d76b3990be3288bcbbbe59dbb232bd63c6fa8bd /Doc/lib/librfc822.tex
parent803a8ea47e79ba551296d04d94ab6fe3846bbbee (diff)
downloadcpython-6b35370c6531147b35f5de43d193c39c69995a67.zip
cpython-6b35370c6531147b35f5de43d193c39c69995a67.tar.gz
cpython-6b35370c6531147b35f5de43d193c39c69995a67.tar.bz2
Update docs for bool changes by Guido around April 6
Diffstat (limited to 'Doc/lib/librfc822.tex')
-rw-r--r--Doc/lib/librfc822.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex
index 2fb7d3e..6451b3e 100644
--- a/Doc/lib/librfc822.tex
+++ b/Doc/lib/librfc822.tex
@@ -156,8 +156,8 @@ checks that the line is blank, but you can override it in a subclass.
\end{methoddesc}
\begin{methoddesc}{iscomment}{line}
-Return true if the given line should be ignored entirely, just skipped.
-By default this is a stub that always returns false, but you can
+Return \code{True} if the given line should be ignored entirely, just skipped.
+By default this is a stub that always returns \code{False}, but you can
override it in a subclass.
\end{methoddesc}