diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:28:26 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:29:12 -0700 |
commit | 35fc0f4cd3387d45751a2c8a888a70e073aac348 (patch) | |
tree | 7ee06ad9ed0f835187168c7e49a3ee6f432f8bb2 /gnu | |
parent | 90c40ea209f1d8c069931c6b3cb9671b401fe21a (diff) | |
download | guix-35fc0f4cd3387d45751a2c8a888a70e073aac348.tar guix-35fc0f4cd3387d45751a2c8a888a70e073aac348.tar.gz |
gnu: python-sphinxcontrib-htmlhelp: Fix typo.
* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling
of "extension".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 9bd1e8d421..da7492c42e 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -216,7 +216,7 @@ to code blocks.") (arguments `(#:tests? #f)) ;XXX: circular dependency on Sphinx (home-page "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp") - (synopsis "Sphinx exension for rendering HTML help files") + (synopsis "Sphinx extension for rendering HTML help files") (description "@code{sphinxcontrib-htmlhelp} is a Sphinx extension which renders HTML help files.") |