Skip to content

Commit 9f1c5f4

Browse files
committed
Remove unnecessary blank lines.
1 parent 7d05cc3 commit 9f1c5f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Doc/library/io.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ In-memory text streams are also available as :class:`StringIO` objects::
7070
might raise a :exc:`BlockingIOError` if the stream cannot perform the operation
7171
immediately.
7272

73-
7473
The text stream API is described in detail in the documentation of
7574
:class:`TextIOBase`.
7675

Modules/_io/textio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,6 @@ _io_TextIOWrapper_read_impl(textio *self, Py_ssize_t n)
19961996
Py_DECREF(bytes);
19971997
PyErr_SetString(PyExc_BlockingIOError, "Read returned None.");
19981998
return NULL;
1999-
20001999
}
20012000

20022001
_PyIO_State *state = self->state;

0 commit comments

Comments
 (0)