summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-12-16 13:13:12 +0100
committerGitHub <noreply@github.com>2021-12-16 12:13:12 +0000
commit6357de4e615c033f4598627d43f6b38fc51cdab0 (patch)
tree1dfd9abb7d1752d15449ef63b58fff992374f632 /lib
parent96535cc4f994e0f2015a31dbe24c14a826b11145 (diff)
downloadspack-6357de4e615c033f4598627d43f6b38fc51cdab0.tar.gz
spack-6357de4e615c033f4598627d43f6b38fc51cdab0.tar.bz2
spack-6357de4e615c033f4598627d43f6b38fc51cdab0.tar.xz
spack-6357de4e615c033f4598627d43f6b38fc51cdab0.zip
Fix table formatting (#28037)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/packaging_guide.rst2
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 |