diff --git a/README.rst b/README.rst index 4ca5f93..19549e6 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ About Pyclipper is a Cython wrapper exposing public functions and classes of the C++ translation of the `Angus Johnson's Clipper library (ver. -6.4.2) `__. +6.4.2) `__. Pyclipper releases were tested with Python 2.7 and 3.4 on Linux (Ubuntu 14.04, x64) and Windows (8.1, x64). @@ -30,7 +30,7 @@ About Clipper algorithm. \ `Angus Johnson's Clipper - library `__\ + library `__\ Install ======= @@ -121,7 +121,7 @@ library. ``Pyclipper.Execute`` and ``Pyclipper.Execute2``. Basic clipping example (based on `Angus Johnson's Clipper -library `__): +library `__): .. code:: python @@ -172,7 +172,7 @@ Authors ======= - The Clipper library is written by `Angus - Johnson `__, + Johnson `__, - This wrapper was initially written by `Maxime Chalton `__, - Adaptions to make it work with version 5 written by `Lukas