@@ -33,7 +33,7 @@ What about Stem?
3333``Stem `` was not meant to be used with asynchronous python and despite `an attempt `_
3434to support this framework, it has `never really worked `_ well and was never merged.
3535Additionally it does not use a true asynchronous connection but instead uses
36- worker threads in order not to break existing codes .
36+ worker threads in order not to break existing code .
3737
3838.. _an attempt : https://gitlab.torproject.org/legacy/trac/-/issues/22627
3939.. _never really worked : https://github.com/torproject/stem/issues/77
@@ -48,7 +48,7 @@ legacy code, both for a large range of Python versions and support for old versi
4848for ``Tor v0.4.5 `` and later, as well as Python 3.10 and later.
4949
5050Additionally, ``stem `` does not provide a low-level API around the control protocol, which
51- means that there is time waster registering and unregistering events all around. ``aistem ``
51+ means that there is time wasted registering and unregistering events all around. ``aiostem ``
5252focuses on a clean implementation of the low level protocol, providing far better performances
5353when dealing with a higher number of events.
5454
@@ -144,15 +144,15 @@ For further details, please refer to the documentation_.
144144Contributing
145145------------
146146
147- Contributions, bug reports and feedbacks are very welcome, feel free to open
147+ Contributions, bug reports and feedback are very welcome, feel free to open
148148an issue _, send a `pull request `_. or `start a discussion `_.
149149
150- Participants must uphold the `code of conduct `_.
150+ Participants must uphold the `Code of Conduct `_.
151151
152152.. _issue : https://github.com/morian/aiostem/issues/new
153153.. _pull request : https://github.com/morian/aiostem/compare/
154154.. _start a discussion : https://github.com/morian/aiostem/discussions
155- .. _ code of conduct : https://github.com/morian/aiostem/blob/master/CODE_OF_CONDUCT.md
155+ .. _ Code of Conduct : https://github.com/morian/aiostem/blob/master/CODE_OF_CONDUCT.md
156156
157157``aiostem `` is released under the `MIT license `_.
158158
0 commit comments