Undo changes to trailing triple quotes in docstring

This commit is contained in:
Adam J. Stewart
2016-08-30 16:28:55 -05:00
parent f6d07b54f1
commit 1be6267149
34 changed files with 68 additions and 36 deletions

View File

@@ -27,7 +27,8 @@
class Eigen(Package):
"""Eigen is a C++ template library for linear algebra matrices,
vectors, numerical solvers, and related algorithms."""
vectors, numerical solvers, and related algorithms.
"""
homepage = 'http://eigen.tuxfamily.org/'
url = 'http://bitbucket.org/eigen/eigen/get/3.2.7.tar.bz2'