From 30801b15656bef91c0dcd93970cc8de70f1e68c0 Mon Sep 17 00:00:00 2001 From: Isidoro Ghezzi Date: Tue, 15 Jul 2025 10:20:25 +0200 Subject: [PATCH] fix_doc: returns self --- snap7/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap7/client.py b/snap7/client.py index 890f12b8..f6fb5195 100644 --- a/snap7/client.py +++ b/snap7/client.py @@ -184,7 +184,7 @@ def connect(self, address: str, rack: int, slot: int, tcp_port: int = 102) -> "C tcp_port: port of the PLC. Returns: - The snap7 Logo instance + self Example: >>> import snap7