From aa68609f40d16a61f0ba65f4485419c0b04efcc0 Mon Sep 17 00:00:00 2001 From: Chris Liechti Date: Fri, 1 Oct 2021 03:56:19 +0200 Subject: docs: elaborate more on readline(s) --- documentation/pyserial_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/pyserial_api.rst') diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst index 2503ec5..fd15db5 100644 --- a/documentation/pyserial_api.rst +++ b/documentation/pyserial_api.rst @@ -486,11 +486,11 @@ Native ports .. method:: readline(size=-1) - Provided via :meth:`io.IOBase.readline` + Provided via :meth:`io.IOBase.readline` See also ref:`shortintro_readline`. .. method:: readlines(hint=-1) - Provided via :meth:`io.IOBase.readlines` + Provided via :meth:`io.IOBase.readlines`. See also ref:`shortintro_readline`. .. method:: writelines(lines) @@ -1188,7 +1188,7 @@ This module provides classes to simplify working with threads and protocols. .. attribute:: UNICODE_HANDLING = 'replace' - Unicode error handly policy. + Unicode error handling policy. .. method:: handle_packet(packet) -- cgit v1.2.1