Fix doc bugs, widen columns in the package list

This commit is contained in:
Todd Gamblin 2016-09-23 18:01:38 -07:00
parent ec91152a36
commit cb36aadaf6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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."""