Skip to content

Commit 8690397

Browse files
committed
Add blank line after note.
1 parent 8286a0a commit 8690397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ In-memory text streams are also available as :class:`StringIO` objects::
6565
f = io.StringIO("some initial text data")
6666

6767
.. note::
68+
6869
When working with a non-blocking stream, be aware that operations on text I/O objects
6970
might raise a :exc:`BlockingIOError` if the stream cannot perform a read operation
7071
immediately.

0 commit comments

Comments
 (0)