Match documentation of spack create with actual behavior. (#31892)

This commit is contained in:
dunatotatos
2022-08-03 12:38:56 +02:00
committed by GitHub
parent 09c56255c3
commit ab87cac63f

View File

@@ -126,7 +126,7 @@ generates a boilerplate template for your package, and opens up the new
# If you submit this package back to Spack as a pull request, # If you submit this package back to Spack as a pull request,
# please first remove this boilerplate and all FIXME comments. # please first remove this boilerplate and all FIXME comments.
# #
from spack import * from spack.package import *
class Gmp(AutotoolsPackage): class Gmp(AutotoolsPackage):