tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Proofread the documentation #222

Closed patiencedaur closed 2 years ago

patiencedaur commented 2 years ago

Resolves https://github.com/tarantool/doc/issues/2545

oleg-jukovec commented 2 years ago

Also, I want to squash the commits but it isn't enabled for this repository:

I meant something like this: https://www.baeldung.com/ops/git-squash-commits#1-squash-the-last-x-commits

patiencedaur commented 2 years ago

I meant something like this: https://www.baeldung.com/ops/git-squash-commits#1-squash-the-last-x-commits

@oleg-jukovec Done.

oleg-jukovec commented 2 years ago

I meant something like this: https://www.baeldung.com/ops/git-squash-commits#1-squash-the-last-x-commits

@oleg-jukovec Done.

Thank you! To make everything perfect, let's synchronize the commit message with the format used in the repository:

prefix: subject

description

It can be something like that:

docs: proofread

* Proofread the English and Russian language
* Provide a more human space name
* Provide the correct translation of the term "space"
oleg-jukovec commented 2 years ago

Thank you!