projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b274d
)
Fix typo in __init__.py docstring
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 11 Aug 2014 22:21:16 +0000
(
00:21
+0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 11 Aug 2014 22:21:16 +0000
(
00:21
+0200)
linpy/__init__.py
patch
|
blob
|
history
diff --git
a/linpy/__init__.py
b/linpy/__init__.py
index
7d67f77
..
0ae2e66
100644
(file)
--- 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