summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2021-05-13 22:44:07 +0200
committerGitHub <noreply@github.com>2021-05-13 22:44:07 +0200
commit62949cdb77cf26e1f2d093419ba5a34e8ceff76d (patch)
treece08ec989dff4a6169e78973c3d235fa544340af
parent748f61a0c120d5f618a7bff7194530b7497ec717 (diff)
parent16b5a8b57adc68c9d0dc46fbadffeaacbb557cc6 (diff)
downloadpyserial-git-62949cdb77cf26e1f2d093419ba5a34e8ceff76d.tar.gz
Merge pull request #581 from jonathangjertsen/jonathan/read-until-doc-fix
docs: Add a note that the first argument to read_until was called `terminator` in previous versions
-rw-r--r--documentation/pyserial_api.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index efd82c1..12a7765 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -173,6 +173,9 @@ Native ports
Returns an instance of :class:`bytes` when available (Python 2.6
and newer) and :class:`str` otherwise.
+ .. versionchanged:: 3.5
+ First argument was called ``terminator`` in previous versions.
+
.. method:: write(data)
:param data: Data to send.