Skip to content
Prev Previous commit
Next Next commit
remove extra dot
  • Loading branch information
erlend-aasland committed Aug 13, 2023
commit 41f95e5bb8987ec5f3c32ea4882ccd894ee4d569
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ Text I/O
If *line_buffering* is ``True``, :meth:`~IOBase.flush` is implied when a call to
write contains a newline character or a carriage return.

If *write_through* is ``True``, calls to :meth:`~BufferedIOBase..write` are guaranteed
If *write_through* is ``True``, calls to :meth:`~BufferedIOBase.write` are guaranteed
not to be buffered: any data written on the :class:`TextIOWrapper`
object is immediately handled to its underlying binary *buffer*.

Expand Down