diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-12-16 13:13:12 +0100 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-12-23 16:02:09 +0100 |
commit | 13e36c5457422120105c1fdaf2f9945723f2bcf9 (patch) | |
tree | ba5099efbed2d9d4d60d8c163367e45145ccf4ab | |
parent | b2694013d4f3a564a0d1e4a9b02feaab15a5abef (diff) | |
download | spack-13e36c5457422120105c1fdaf2f9945723f2bcf9.tar.gz spack-13e36c5457422120105c1fdaf2f9945723f2bcf9.tar.bz2 spack-13e36c5457422120105c1fdaf2f9945723f2bcf9.tar.xz spack-13e36c5457422120105c1fdaf2f9945723f2bcf9.zip |
Fix table formatting (#28037)
-rw-r--r-- | lib/spack/docs/packaging_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index e2e3e297fd..e974924e7a 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -2943,7 +2943,7 @@ The package base class, usually specialized for a given build system, determines actual set of entities available for overriding. The classes that are currently provided by Spack are: -+-------------------------=--------------------------------+----------------------------------+ ++----------------------------------------------------------+----------------------------------+ | **Base Class** | **Purpose** | +==========================================================+==================================+ | :class:`~spack.package.Package` | General base class not | |