]> CRI, Mines Paris - PSL - linpy.git/commitdiff
Fix typo in __init__.py docstring
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Mon, 11 Aug 2014 22:21:16 +0000 (00:21 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Mon, 11 Aug 2014 22:21:16 +0000 (00:21 +0200)
linpy/__init__.py

index 7d67f77f3ebe95fd55bb33c3cffdd616b551b6d4..0ae2e66fbf71ceccc7fbd4c338ddd963e85eafef 100644 (file)
@@ -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