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

@@ -32,7 +32,8 @@ class Lmod(Package):
dynamically change the users' environment through modulefiles. This
includes easily adding or removing directories to the PATH environment
variable. Modulefiles for Library packages provide environment variables
that specify where the library and header files can be found."""
that specify where the library and header files can be found.
"""
homepage = 'https://www.tacc.utexas.edu/research-development/tacc-projects/lmod'
url = 'https://github.com/TACC/Lmod/archive/6.4.1.tar.gz'