File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ After that, you should be able to import the module and do things with it (see E
3030Example Usage
3131-------------
3232
33- The package contains 64- and 128-bit implementations of CityHash algorithm that
34- are named as such :
33+ The package contains 64- and 128-bit implementations of the CityHash algorithm,
34+ named as follows :
3535
3636.. code-block :: python
3737
@@ -45,8 +45,8 @@ are named as such:
4545
4646 Development
4747-----------
48- If you want to contribute to this package by developing, the included Makefile
49- provides some useful commands to help you with that task :
48+ For those who want to contribute, here is a quick start using some makefile
49+ commands:
5050
5151.. code-block :: bash
5252
@@ -59,13 +59,13 @@ See Also
5959--------
6060For other fast non-cryptographic hashing implementations available as Python
6161extensions, see `MetroHash <https://github.com/escherba/python-metrohash >`__
62- and `xxh <https://github.com/lebedov/xxh >`__.
62+ and `xxHash <https://github.com/lebedov/xxh >`__.
6363
6464Authors
6565-------
66- The Python bindings were originally written by Alexander [Amper] Marshalov and
67- were subsequently edited for more speed/versatility and packaged for PyPI by
68- Eugene Scherba. The original CityHash algorithm is by Google.
66+ The Python bindings were originally written by Alexander [Amper] Marshalov,
67+ then repackaged for PyPI (with minor improvements) by Eugene Scherba. The
68+ original CityHash algorithm is by Google.
6969
7070License
7171-------
You can’t perform that action at this time.
0 commit comments