@@ -12,9 +12,9 @@ PyModbus - A Python Modbus Stack
1212 :target: https://gurubase.io/g/pymodbus
1313 :alt: PyModbus Guru
1414
15- Pymodbus is a full Modbus protocol implementation offering client/ server with synchronous/asynchronous API and simulators.
15+ Pymodbus is a full Modbus protocol implementation offering a client and server with synchronous/asynchronous API and simulators.
1616
17- Our releases is defined as X.Y.Z, and we have strict rules what to release when :
17+ Our releases follow the pattern ` X.Y.Z `. We have strict rules for what different version number updates mean :
1818
1919- **Z **, No API changes! bug fixes and smaller enhancements.
2020- **Y **, API changes, bug fixes and bigger enhancements.
@@ -124,10 +124,10 @@ server, the server is handy to verify the functionality of an application.
124124
125125The simulator and/or server is often used to simulate real life devices testing
126126applications. The server is excellent to perform high volume testing (e.g.
127- houndreds of devices connected to the application). The advantage of the server is
128- that it runs not only a "normal" computers but also on small ones like Raspberry PI.
127+ hundreds of devices connected to the application). The advantage of the server is
128+ that it runs not only on "normal" computers but also on small ones like a Raspberry PI.
129129
130- Since the library is written in python, it allows for easy scripting and/or integration into their existing
130+ Since the library is written in python, it allows for easy scripting and/or integration into existing
131131solutions.
132132
133133For more information please browse the project documentation:
@@ -240,7 +240,7 @@ The repository contains a number of important branches and tags.
240240
241241Example Code
242242------------
243- For those of you that just want to get started fast , here you go::
243+ For those of you who just want to get started quickly , here you go::
244244
245245 from pymodbus.client import ModbusTcpClient
246246
@@ -289,7 +289,7 @@ solving issues:
289289There are 2 bigger projects ongoing:
290290
291291 * rewriting the internal part of all clients (both sync and async)
292- * Add features to and simulator, and enhance the web design
292+ * Add features to the simulator, and enhance the web design
293293
294294
295295Development instructions
@@ -326,7 +326,7 @@ you can also do extended testing::
326326Internals
327327^^^^^^^^^
328328
329- There are no documentation of the architecture (help is welcome), but most classes and
329+ There is no documentation of the architecture (help is welcome), but most classes and
330330methods are documented:
331331
332332`Pymodbus internals <https://pymodbus.readthedocs.io/en/dev/source/internals.html >`_
0 commit comments