summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-11-22 19:43:05 (GMT)
committerGeorg Brandl <georg@python.org>2005-11-22 19:43:05 (GMT)
commit7bf4d580fa6d505cfce31f6173818844fce8ee1f (patch)
tree15ccb2bc2f25d2690c7ad49be3cbe93c92f9e6af /Doc
parentd98dbf9e70d531b44d88e7bb09ca86b74b0017ea (diff)
downloadcpython-7bf4d580fa6d505cfce31f6173818844fce8ee1f.zip
cpython-7bf4d580fa6d505cfce31f6173818844fce8ee1f.tar.gz
cpython-7bf4d580fa6d505cfce31f6173818844fce8ee1f.tar.bz2
Patch #1255218: libmultifile.tex: tell what a decoration is
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmultifile.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex
index 4fd510c..aa81d4a 100644
--- a/Doc/lib/libmultifile.tex
+++ b/Doc/lib/libmultifile.tex
@@ -92,9 +92,9 @@ processing, not cause it to fail.
\end{methoddesc}
\begin{methoddesc}{push}{str}
-Push a boundary string. When an appropriately decorated version of
-this boundary is found as an input line, it will be interpreted as a
-section-divider or end-marker. All subsequent
+Push a boundary string. When a decorated version of this boundary
+is found as an input line, it will be interpreted as a section-divider
+or end-marker (depending on the decoration, see \rfc{2045}). All subsequent
reads will return the empty string to indicate end-of-file, until a
call to \method{pop()} removes the boundary a or \method{next()} call
reenables it.