summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Reichelt Gjertsen <jonathan.gjertsen@disruptive-technologies.com>2021-05-08 15:45:38 +0200
committerJonathan Reichelt Gjertsen <jonathan.gjertsen@disruptive-technologies.com>2021-05-08 15:45:38 +0200
commit16b5a8b57adc68c9d0dc46fbadffeaacbb557cc6 (patch)
tree152da9c7a6889921db6598fb44de96118909c623
parent0e7634747568547b8a7f9fd0c48ed74f16af4b23 (diff)
downloadpyserial-git-16b5a8b57adc68c9d0dc46fbadffeaacbb557cc6.tar.gz
Add a note that the first argument to read_util 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.