Skip to content

Commit 24831fe

Browse files
art-drpatiencedaur
authored andcommitted
Apply suggestions from code review
Minor updates after proofreading
1 parent 70dd2b0 commit 24831fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/book/connectors/__python.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Also there are several community-driven Python connectors:
4343

4444
* `asynctnt <https://github.com/igorcoding/asynctnt>`__ with asyncio support
4545
* `aiotarantool <https://github.com/shveenkov/aiotarantool>`__ also with asyncio support
46-
* `gtarantool <https://github.com/shveenkov/gtarantool>`__ with gevent support **no active maintenance**
46+
* `gtarantool <https://github.com/shveenkov/gtarantool>`__ with gevent support, **no active maintenance**
4747

48-
Table below contains a feature comparison for asynctnt, gtarantool and
48+
The table below contains a feature comparison for asynctnt, gtarantool and
4949
tarantool-python. aiotarantool is absent there because it is quite outdated and
5050
unmaintained.
5151

@@ -76,7 +76,7 @@ Last update: February 2022
7676
* - Known Issues
7777
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18>`__ (no running event loop)
7878
- None
79-
- `issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__ (Unpack of binary data)
79+
- `issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__ (unpack of binary data)
8080

8181
* - Documentation
8282
- Yes (`github.io <https://igorcoding.github.io/asynctnt/>`__)
@@ -89,11 +89,11 @@ Last update: February 2022
8989
<https://github.com/tarantool/tarantool-python/issues/67>`__))
9090

9191
* - Testing / CI / CD
92-
- Github Actions
93-
- No (tests exists)
94-
- Appveyor (only Windows)
92+
- GitHub Actions
93+
- No (tests exist)
94+
- AppVeyor (only Windows)
9595

96-
* - Github Stars
96+
* - GitHub Stars
9797
- 51
9898
- 17
9999
- 78
@@ -207,7 +207,7 @@ Last update: February 2022
207207
- No
208208

209209
* - Implicit reconnecting strategy
210-
- autoreconnect
210+
- Autoreconnect
211211
- Yes (reconnect_max_attempts, reconnect_delay)
212212
- Yes (reconnect_max_attempts, reconnect_delay), checking of connection liveness
213213

0 commit comments

Comments
 (0)