Skip to content

Commit f1e2e3f

Browse files
committed
examples: update
1 parent a979ec6 commit f1e2e3f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/examples/client_float.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
================================================
2-
Client: float support (ModbusClient inheritance)
3-
================================================
1+
===============================
2+
Client: add float (inheritance)
3+
===============================
44

55

66
.. literalinclude:: ../../examples/client_float.py

docs/examples/server_change_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==========================
2-
Server: whit change logger
2+
Server: with change logger
33
==========================
44

55

docs/examples/server_gateway.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
============================================
2-
Modbus/TCP gateway (with RTU slave attached)
3-
============================================
1+
==========================
2+
Server: Modbus/TCP gateway
3+
==========================
44

55

66
.. literalinclude:: ../../examples/server_gateway.py

examples/server_gateway.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python3
22

33
"""
4-
Modbus/TCP basic gateway
5-
~~~~~~~~~~~~~~~~~~~~~~~~
4+
Modbus/TCP basic gateway (RTU slave(s) attached)
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
77
[pyModbusTCP server] -> [ModbusSerialWorker] -> [serial RTU devices]
88

0 commit comments

Comments
 (0)