Skip to content

Commit 7d05cc3

Browse files
committed
Add blank line after notes.
1 parent 1ac9096 commit 7d05cc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/io.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ than raw I/O does.
778778
EOF or if the read call would block in non-blocking mode.
779779

780780
.. note::
781+
781782
When the underlying raw stream is non-blocking, a :exc:`BlockingIOError`
782783
may be raised if a read operation cannot be completed immediately.
783784

@@ -791,6 +792,7 @@ than raw I/O does.
791792
The *size* argument is now optional.
792793

793794
.. note::
795+
794796
When the underlying raw stream is non-blocking, a :exc:`BlockingIOError`
795797
may be raised if a read operation cannot be completed immediately.
796798

@@ -1022,6 +1024,7 @@ Text I/O
10221024
The *encoding* argument now supports the ``"locale"`` dummy encoding name.
10231025

10241026
.. note::
1027+
10251028
When the underlying raw stream is non-blocking, a :exc:`BlockingIOError`
10261029
may be raised if a read operation cannot be completed immediately.
10271030

0 commit comments

Comments
 (0)