From 8f61fe65a53ff47b23c8527c47e2bed32c1d2e6f Mon Sep 17 00:00:00 2001
From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Tue, 12 Aug 2014 00:21:16 +0200
Subject: [PATCH 1/1] Fix typo in __init__.py docstring

---
 linpy/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.20.1