]> granicus.if.org Git - python/commitdiff
Patch #1255218: libmultifile.tex: tell what a decoration is
authorGeorg Brandl <georg@python.org>
Tue, 22 Nov 2005 19:42:45 +0000 (19:42 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 22 Nov 2005 19:42:45 +0000 (19:42 +0000)
Doc/lib/libmultifile.tex

index 4fd510c0d7f15ec88cde288381c3d583b30c288a..aa81d4a10600628f4f7ea1fc745cd1a10bcb08d2 100644 (file)
@@ -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.