summaryrefslogtreecommitdiffstats
path: root/Doc/library/multifile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/multifile.rst')
-rw-r--r--Doc/library/multifile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multifile.rst b/Doc/library/multifile.rst
index 0614b86..14b9d37 100644
--- a/Doc/library/multifile.rst
+++ b/Doc/library/multifile.rst
@@ -109,7 +109,7 @@ A :class:`MultiFile` instance has the following methods:
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 :meth:`pop`
- removes the boundary a or :meth:`next` call reenables it.
+ removes the boundary a or :meth:`.next` call reenables it.
It is possible to push more than one boundary. Encountering the
most-recently-pushed boundary will return EOF; encountering any other