From d0d5e66e399edc076459d40f6c45ef9e90031c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helder=20Magalh=C3=A3es?= Date: Tue, 7 Oct 2025 09:58:22 +0100 Subject: [PATCH] Update logixdriver.rst Address couple nits. Visible in https://docs.pycomm3.dev/en/latest/usage/logixdriver.html#reading-tags --- docs/usage/logixdriver.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/logixdriver.rst b/docs/usage/logixdriver.rst index 69157a5..026101c 100644 --- a/docs/usage/logixdriver.rst +++ b/docs/usage/logixdriver.rst @@ -213,9 +213,9 @@ or reading and writing a single element. Reading Tags ------------ -:meth:`LogixDriver.read` accepts any number of tags, all that is required is the tag names.Reading of entire structures -is support as long as none of the attributes have an external access of *None*. -To read a structure, just request the base name and the ``value`` for the ``Tag`` object will a a dict of ``{attribute: value}`` +:meth:`LogixDriver.read` accepts any number of tags, all that is required is the tag names. Reading of entire structures +is supported as long as none of the attributes have an external access of *None*. +To read a structure, just request the base name and the ``value`` for the ``Tag`` object will be a dict of ``{attribute: value}`` Read an atomic tag