From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Mon, 11 Aug 2014 22:21:16 +0000 (+0200)
Subject: Fix typo in __init__.py docstring
X-Git-Tag: 1.0~76
X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/8f61fe65a53ff47b23c8527c47e2bed32c1d2e6f?hp=88b274d96fde76a3fb7f41c7c2359c8dc8987cb8

Fix typo in __init__.py docstring
---

diff --git a/linpy/__init__.py b/linpy/__init__.py
index 7d67f77..0ae2e66 100644
--- a/linpy/__init__.py
+++ b/linpy/__init__.py
@@ -16,7 +16,7 @@
 # along with LinPy.  If not, see <http://www.gnu.org/licenses/>.
 
 """
-A polyhedral library based on ISL.
+A polyhedral library based on ISL
 """
 
 from .geometry import Point, Vector