diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index 43d37f152607ca580d08cdbb7a77d177265d6bfb..ed3e5811bcf08d2852cf896b007f7bf2d61cceab 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -65,7 +65,7 @@ # Set an environment variable so that colify will print output like it would to # a terminal. -os.environ['COLIFY_SIZE'] = '25x80' +os.environ['COLIFY_SIZE'] = '25x120' # # Generate package list using spack command diff --git a/var/spack/repos/builtin/packages/heppdt/package.py b/var/spack/repos/builtin/packages/heppdt/package.py index 5fb7ec86d57f5799453d6f00ffb4c93386dec8db..54c846ae33527320678a8624ec68f1633d5156cc 100644 --- a/var/spack/repos/builtin/packages/heppdt/package.py +++ b/var/spack/repos/builtin/packages/heppdt/package.py @@ -27,7 +27,7 @@ class Heppdt(Package): - """ The HepPID library contains translation methods for particle ID's + """The HepPID library contains translation methods for particle ID's to and from various Monte Carlo generators and the PDG standard numbering scheme. We realize that the generators adhere closely to the standard, but there are occasional differences."""