Skip to content

Commit 2039d25

Browse files
Yuki Kobayashihugovk
andauthored
Update Doc/library/exceptions.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 4b5935a commit 2039d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The following exceptions are the exceptions that are usually raised.
221221
.. exception:: EOFError
222222

223223
Raised when the :func:`input` function hits an end-of-file condition (EOF)
224-
without reading any data. (N.B.: the :meth:`!io.IOBase.read` and
224+
without reading any data. (Note: the :meth:`!io.IOBase.read` and
225225
:meth:`io.IOBase.readline` methods return an empty string when they hit EOF.)
226226

227227

0 commit comments

Comments
 (0)