summaryrefslogtreecommitdiff
path: root/gnu/packages/sphinx.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-23 12:28:26 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-23 12:29:12 -0700
commit35fc0f4cd3387d45751a2c8a888a70e073aac348 (patch)
tree7ee06ad9ed0f835187168c7e49a3ee6f432f8bb2 /gnu/packages/sphinx.scm
parent90c40ea209f1d8c069931c6b3cb9671b401fe21a (diff)
downloadguix-patches-35fc0f4cd3387d45751a2c8a888a70e073aac348.tar
guix-patches-35fc0f4cd3387d45751a2c8a888a70e073aac348.tar.gz
gnu: python-sphinxcontrib-htmlhelp: Fix typo.
* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling of "extension".
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r--gnu/packages/sphinx.scm2
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.")