Skip to content

Commit a39efbb

Browse files
authored
Fix typos (#1040)
1 parent 8134711 commit a39efbb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Client Features
5656
* asynchronous(powered by asyncio) and synchronous versions
5757
* Payload builder/decoder utilities
5858
* Pymodbus REPL for quick tests
59-
* Customable framer to allow for custom implementations
59+
* Customizable framer to allow for custom implementations
6060

6161
~~~~~~~~~~~~~~~~~~~~
6262
Server Features
@@ -125,7 +125,7 @@ If you are looking for UI, checkout `Modbus Simulator <https://github.com/riptid
125125
Also, if you have a question, please `create a post in discussions q&a topic <https://github.com/riptideio/pymodbus/discussions/new?category=q-a>`_,
126126
so that others can benefit from the results.
127127

128-
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/riptideio/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup informations.
128+
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/riptideio/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup information.
129129

130130
.. important::
131131
**Note For async clients, it is recommended to use `asyncio` as the async facilitator.**
@@ -154,7 +154,7 @@ Pymodbus REPL Server
154154

155155
Pymodbus also comes with a REPL server to quickly run an asynchronous server with additional capabilities out of the box like simulating errors, delay, mangled messages etc.
156156

157-
For more infor on REPL Server refer `Pymodbus REPL Server <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
157+
For more info on REPL Server refer `Pymodbus REPL Server <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
158158

159159
.. image:: https://img.youtube.com/vi/OutaVz0JkWg/maxresdefault.jpg
160160
:target: https://youtu.be/OutaVz0JkWg
@@ -260,7 +260,7 @@ Here are some of the common commands to perform a range of activities
260260

261261
::
262262
pip install -r requirements.txt install all requirements
263-
pip install -e . source directory is "release", usefull for testing
263+
pip install -e . source directory is "release", useful for testing
264264

265265
tox -e py38 (or py39, py310, pypy38) Run pytest on source code
266266

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -------------------------------------------------------------------
22
# Python packages used by pymodbus.
33
# -------------------------------------------------------------------
4-
# This file install all requirements used by pymodbus, and are
5-
# intented for developers who have cloned the repository.
4+
# This file installs all requirements used by pymodbus, and are
5+
# intended for developers who have cloned the repository.
66
#
77
# pymodbus is only being tested on python version 3.8, 3.9 and 3.10
88
# depending on the usage profile it might work on other versions.

0 commit comments

Comments
 (0)