diff --git a/var/spack/repos/builtin/packages/py-cylp/package.py b/var/spack/repos/builtin/packages/py-cylp/package.py index b3d96d686a3..9218a44e906 100644 --- a/var/spack/repos/builtin/packages/py-cylp/package.py +++ b/var/spack/repos/builtin/packages/py-cylp/package.py @@ -9,9 +9,10 @@ class PyCylp(PythonPackage): """A Python interface for CLP, CBC, and CGL. - CyLP is a Python interface to COIN-OR’s Linear and mixed-integer program - solvers (CLP, CBC, and CGL). CyLP’s unique feature is that you can use it - to alter the solution process of the solvers from within Python.""" + CyLP is a Python interface to COIN-OR's Linear and mixed-integer program + solvers (CLP, CBC, and CGL). CyLP's unique feature is that you can use it + to alter the solution process of the solvers from within Python. + """ homepage = "https://github.com/coin-or/cylp" pypi = "cylp/cylp-0.91.5.tar.gz"