Skip to content

Commit

Permalink
Fix minor mistakes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae authored Jun 10, 2019
1 parent 48edfb2 commit b579b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:align: center
:alt: setuptools-cythonize

The ``setuptools-cythonize`` provideS ``distutils`` classes to compile **Python** source code into
The ``setuptools-cythonize`` provides ``distutils`` classes to compile **Python** source code into
**C** code using ``Cython``. The generated code is packaged into a platform dependent archive.

.. image:: https://raw.githubusercontent.com/anxuae/setuptools-cythonize/master/docs/cythonization.png
Expand Down Expand Up @@ -61,8 +61,8 @@ option. The module names matching is done using the function
...
)
.. note:: all Python modules starting with ``__`` are excluded from the cythonization,
that include the ``__init__.py`` file which are mandatory to keep the Python
.. note:: all Python modules starting with ``__`` are excluded from the cythonization.
This includes the ``__init__.py`` file which are mandatory to keep the Python
packages integrity.

Packaging
Expand Down

0 comments on commit b579b62

Please sign in to comment.