From cb36aadaf6cfb0373e28b435cb0a4ea3ea19aac4 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Fri, 23 Sep 2016 18:01:38 -0700
Subject: [PATCH] Fix doc bugs, widen columns in the package list

---
 lib/spack/docs/conf.py                             | 2 +-
 var/spack/repos/builtin/packages/heppdt/package.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index 43d37f1526..ed3e5811bc 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 5fb7ec86d5..54c846ae33 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."""
-- 
GitLab